From cc024380d0b104e5b7c28ba8a251eda26c5ea5d7 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Fri, 4 Mar 2022 19:06:09 +0000 Subject: [PATCH 1/2] Only run OSX --- azure-pipelines.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 59c13c77e1..faf99c8fab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,11 +28,17 @@ jobs: parameters: timeoutInMinutes: 360 areaPath: 'DevDiv\Xamarin SDK\Android' - macosImage: 'macOS-11' # the name of the macOS VM image + ${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}: # We only need to ship from OSX builds so don't run on windows + windowsAgentPoolName: '' + windowsImage: '' + linuxImage: '' + ${{ elseif eq(variables['System.TeamProject'], 'devdiv') }}: # The AzurePipelines-EO pool is only available in DevDiv + macosImage: 'macOS-11' # the name of the macOS VM image # BigSur 20211120 - windowsAgentPoolName: AzurePipelines-EO - windowsImage: '' - windowsImageOverride: AzurePipelinesWindows2019compliant + windowsAgentPoolName: AzurePipelines-EO + windowsImage: '' + windowsImageOverride: AzurePipelinesWindows2019compliant + xcode: 13.1 buildType: 'manifest' linuxImage: 'ubuntu-latest' From 59dddb80b2171b1deca92cff76e57e6f29ff2118 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Fri, 4 Mar 2022 19:39:33 +0000 Subject: [PATCH 2/2] Move Linux to the right place --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index faf99c8fab..0dd8c8f993 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,10 +38,9 @@ jobs: windowsAgentPoolName: AzurePipelines-EO windowsImage: '' windowsImageOverride: AzurePipelinesWindows2019compliant - + linuxImage: 'ubuntu-latest' xcode: 13.1 buildType: 'manifest' - linuxImage: 'ubuntu-latest' validPackagePrefixes: # Preferred prefixes - Xamarin