Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Ensure the windowsImage setting is blanked out such that the windowsI…
Browse files Browse the repository at this point in the history
…mageOverride will be used
  • Loading branch information
mjbond-msft committed Feb 22, 2022
1 parent 05d49a2 commit f1f0504
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -35,6 +35,7 @@ stages:
- template: .ci/build.yml@components
parameters:
windowsAgentPoolName: AzurePipelines-EO
windowsImage: '' # Override the 'windows-latest' default setting
windowsImageOverride: AzurePipelinesWindows2019compliant
areaPath: 'DevDiv\Xamarin SDK'
masterBranchName: 'main'
Expand Down Expand Up @@ -109,6 +110,7 @@ stages:
- template: .ci/build.yml@components
parameters:
windowsAgentPoolName: AzurePipelines-EO
windowsImage: '' # Override the 'windows-latest' default setting
windowsImageOverride: AzurePipelinesWindows2019compliant
name: devicetests_ios
runChecks: false
Expand All @@ -123,6 +125,7 @@ stages:
- template: .ci/build.yml@components
parameters:
windowsAgentPoolName: AzurePipelines-EO
windowsImage: '' # Override the 'windows-latest' default setting
windowsImageOverride: AzurePipelinesWindows2019compliant
name: devicetests_android_api_21
runChecks: false
Expand All @@ -140,6 +143,7 @@ stages:
- template: .ci/build.yml@components
parameters:
windowsAgentPoolName: AzurePipelines-EO
windowsImage: '' # Override the 'windows-latest' default setting
windowsImageOverride: AzurePipelinesWindows2019compliant
name: devicetests_android_api_22
runChecks: false
Expand All @@ -157,6 +161,7 @@ stages:
# - template: .ci/build.yml@components
# parameters:
# windowsAgentPoolName: AzurePipelines-EO
# windowsImage: '' # Override the 'windows-latest' default setting
# windowsImageOverride: AzurePipelinesWindows2019compliant
# name: devicetests_android_api_23
# runChecks: false
Expand All @@ -175,6 +180,7 @@ stages:
- template: .ci/build.yml@components
parameters:
windowsAgentPoolName: AzurePipelines-EO
windowsImage: '' # Override the 'windows-latest' default setting
windowsImageOverride: AzurePipelinesWindows2019compliant
name: devicetests_android_api_24
runChecks: false
Expand All @@ -192,6 +198,7 @@ stages:
- template: .ci/build.yml@components
parameters:
windowsAgentPoolName: AzurePipelines-EO
windowsImage: '' # Override the 'windows-latest' default setting
windowsImageOverride: AzurePipelinesWindows2019compliant
name: devicetests_android_api_26
runChecks: false
Expand All @@ -209,6 +216,7 @@ stages:
- template: .ci/build.yml@components
parameters:
windowsAgentPoolName: AzurePipelines-EO
windowsImage: '' # Override the 'windows-latest' default setting
windowsImageOverride: AzurePipelinesWindows2019compliant
name: devicetests_android_api_29
runChecks: false
Expand All @@ -226,6 +234,7 @@ stages:
# - template: .ci/build.yml@components
# parameters:
# windowsAgentPoolName: AzurePipelines-EO
# windowsImage: '' # Override the 'windows-latest' default setting
# windowsImageOverride: AzurePipelinesWindows2019compliant
# name: devicetests_android_api_30
# runChecks: false
Expand Down

0 comments on commit f1f0504

Please sign in to comment.