From 5e69d40c74a77bbcbdf779461d96c61d72061532 Mon Sep 17 00:00:00 2001 From: frank-dong-ms <55860649+frank-dong-ms@users.noreply.github.com> Date: Wed, 26 Feb 2020 16:13:53 -0800 Subject: [PATCH] upgrade hosted mac agent pool to use new version of mac os --- .vsts-dotnet-ci.yml | 2 +- build/.night-build.yml | 2 +- build/.outer-loop-build.yml | 2 +- build/ci/job-template.yml | 2 +- build/vsts-ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.vsts-dotnet-ci.yml b/.vsts-dotnet-ci.yml index f25841be87..3ae84667ed 100644 --- a/.vsts-dotnet-ci.yml +++ b/.vsts-dotnet-ci.yml @@ -46,7 +46,7 @@ jobs: buildScript: ./build.sh innerLoop: true pool: - name: Hosted macOS High Sierra + name: Hosted macOS - template: /build/ci/job-template.yml parameters: diff --git a/build/.night-build.yml b/build/.night-build.yml index 161e34dbdd..1a94b8893a 100644 --- a/build/.night-build.yml +++ b/build/.night-build.yml @@ -62,7 +62,7 @@ jobs: buildScript: ./build.sh nightlyBuild: true pool: - name: Hosted macOS High Sierra + name: Hosted macOS - template: /build/ci/job-template.yml parameters: diff --git a/build/.outer-loop-build.yml b/build/.outer-loop-build.yml index f0f39cf92a..605a75f99d 100644 --- a/build/.outer-loop-build.yml +++ b/build/.outer-loop-build.yml @@ -60,7 +60,7 @@ jobs: name: MacOS_x64_NetCoreApp21 buildScript: ./build.sh pool: - name: Hosted macOS High Sierra + name: Hosted macOS - template: /build/ci/job-template.yml parameters: diff --git a/build/ci/job-template.yml b/build/ci/job-template.yml index fa5187c144..a256802f2c 100644 --- a/build/ci/job-template.yml +++ b/build/ci/job-template.yml @@ -47,7 +47,7 @@ jobs: container: ${{ parameters.container }} steps: - - ${{ if eq(parameters.pool.name, 'Hosted macOS High Sierra') }}: + - ${{ if eq(parameters.pool.name, 'Hosted macOS') }}: - script: brew update && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f5b1ac99a7fba27c19cee0bc4f036775c889b359/Formula/libomp.rb && brew unlink python@2 && brew install mono-libgdiplus gettext && brew link gettext --force && brew link libomp --force displayName: Install build dependencies - ${{ if and( eq(parameters.nightlyBuild, 'true'), eq(parameters.pool.name, 'Hosted Ubuntu 1604')) }}: diff --git a/build/vsts-ci.yml b/build/vsts-ci.yml index eb0767d137..a7c7ab25c2 100644 --- a/build/vsts-ci.yml +++ b/build/vsts-ci.yml @@ -44,7 +44,7 @@ phases: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_MULTILEVEL_LOOKUP: 0 queue: - name: Hosted macOS High Sierra + name: Hosted macOS steps: - script: brew update && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f5b1ac99a7fba27c19cee0bc4f036775c889b359/Formula/libomp.rb && brew link libomp --force displayName: Install build dependencies