From 606908acd62ffae86f902b46d7187650784deabf Mon Sep 17 00:00:00 2001 From: Mike Bond Date: Tue, 26 Oct 2021 14:01:15 -0700 Subject: [PATCH] [CI] M1 - Mac Big Sur (11.5): Agent pool update (#13095) --- tools/devops/automation/build-pipeline.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/devops/automation/build-pipeline.yml b/tools/devops/automation/build-pipeline.yml index beff04e0a0..6251522706 100644 --- a/tools/devops/automation/build-pipeline.yml +++ b/tools/devops/automation/build-pipeline.yml @@ -100,11 +100,14 @@ parameters: { stageName: 'mac_11_5_m1', displayName: 'M1 - Mac Big Sur (11.5)', - macPool: 'VSEng-VSMac-Xamarin-Shared-Trusted', + macPool: 'VSEng-VSMac-Xamarin-Shared', statusContext: 'M1 - Mac Big Sur (11.5)', demands: [ "Agent.OS -equals Darwin", - "macOS.Architecture -equals arm64" + "macOS.Name -equals BigSur", + "macOS.Architecture -equals arm64", + "Agent.HasDevices -equals False", + "Agent.IsPaired -equals False" ] }]