diff options
author | Egor Chesakov <Egor.Chesakov@microsoft.com> | 2019-06-20 15:36:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 15:36:25 -0700 |
commit | 4b9c3106faba50f6756f768bb93eec3ffa49a3bd (patch) | |
tree | 50f55a5bc75a2e1b94fe58169fb9d2b172e7a901 /azure-pipelines.yml | |
parent | 7184c0f75f8088c5dfb75b3362e48ab9ee40998a (diff) | |
download | coreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.tar.gz coreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.tar.bz2 coreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.zip |
Move resources/containers out of azure-pipelines.yml to platform-matrix.yml (#25155)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 85ffc14f9d..4a934a6501 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,25 +1,6 @@ variables: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - -resources: - containers: - - container: ubuntu_1404_arm_cross_build_image - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-14.04-23cacb0-20190528233931 - - - container: ubuntu_1604_arm64_cross_build_image - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-cfdd435-20190520220848 - - - container: musl_x64_build_image - image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.6-WithNode-cfdd435-20190521001804 - - - container: musl_arm64_build_image - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-cross-arm64-alpine-406629a-20190520220848 - - - container: centos7_x64_build_image - image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343 - - - container: centos6_x64_build_image - image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-6-3e800f1-20190501005338 +- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE + value: true trigger: - master |