Skip to content

Commit 67c01d7

Browse files
authored
[ci] Migrate Windows build and test to new VMSS (dotnet#5730)
As part of some Azure subscription clean up efforts, I've created a new Windows [Virtual Machine Scale Set (VMSS)][0] in our new [Xamarin - SDK Engineering][1] Azure subscription. This VMSS uses the same base image as our existing Windows Build and Test pool and should behave in the same way. [0]: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/scale-set-agents?view=azure-devops [1]: https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/cd4829e2-e38b-43d2-8316-2f2009f36f97/resourceGroups/DEVDIV-VM-SCALE-SETS/providers/Microsoft.Compute/virtualMachineScaleSets/xawin2019-vmss/overview
1 parent c6206a2 commit 67c01d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build-tools/automation/azure-pipelines-nightly.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ variables:
4040
DotNetCoreVersion: 3.1.405
4141
DotNet5Version: 5.0.100
4242
HostedMacImage: macOS-10.15
43-
VSEngWinVS2019: Xamarin-Android-Win2019-1120
4443
GitHub.Token: $(github--pat--vs-mobiletools-engineering-service2)
4544
NUnit.NumberOfTestWorkers: 4
4645

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variables:
5656
DotNet5Version: 5.0.103
5757
HostedMacImage: macOS-10.15
5858
HostedWinVS2019: Hosted Windows 2019 with VS2019
59-
VSEngWinVS2019: Xamarin-Android-Win2019-1120
59+
VSEngWinVS2019: Xamarin-Android-Win2019
6060
# Run all tests if:
6161
# - User who queued the job requested it (They set XA.RunAllTests to true)
6262
# - This is the master integration branch (Pipeline defaults XA.RunAllTests to true)

0 commit comments

Comments
 (0)