Skip to content

Commit 5b99d3a

Browse files
committed
[ci] Use new 1ES Hosted win2019 Pool
Context: https://www.1eswiki.com/wiki/1ES_hosted_AzureDevOps_Agents We've been tasked with migrating away from our scale set agent pools to a new 1ES service. There are a couple of benefits to using 1ES agent pools. We should now be able to use customizable versions of the Microsoft-hosted agent images which come preloaded with some of our dependencies. These images are also updated regularly which should hopefully reduce maintenance costs. Overall, the process for creating, updating, and rolling out image changes to our scale set agent pools should now be dramatically simplified over the existing workflow.
1 parent 0ed14fe commit 5b99d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ variables:
4242
DotNet6Version: 6.0.100-preview.3.21202.5
4343
HostedMacImage: macOS-10.15
4444
HostedWinVS2019: Hosted Windows 2019 with VS2019
45-
VSEngWinVS2019: Xamarin-Android-Win2019
45+
VSEngWinVS2019: android-win-2019
4646
# Run all tests if:
4747
# - User who queued the job requested it (They set XA.RunAllTests to true)
4848
# - This is the master integration branch (Pipeline defaults XA.RunAllTests to true)

0 commit comments

Comments
 (0)