Skip to content

Commit cb6e961

Browse files
authored
[tests] Use VS 2019 for Windows Designer tests (#3339)
Migrates this test stage off of on-prem hardware to the hosted VS 2019 Windows machines. The issues which previously required us to temporarily use on-prem hardware should now be resolved.
1 parent 08e0ccb commit cb6e961

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -537,18 +537,15 @@ stages:
537537
- job: designer_integration_win
538538
displayName: Designer Windows
539539
pool:
540-
name: VSEng-Xamarin-QA
541-
demands: XQA.XA.Deviceless.Win
540+
name: Hosted Windows 2019 with VS2019
542541
timeoutInMinutes: 120
543542
cancelTimeoutInMinutes: 5
544543
workspace:
545544
clean: all
546545
variables:
547546
EnableRegressionTest: true
548547
RegressionTestSuiteOutputDir: C:\Git\ADesRegTestSuite
549-
XQA_VISUALSTUDIO_LOCATION: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise
550-
VCINSTALLDIR: $(XQA_VISUALSTUDIO_LOCATION)\VC\
551-
VisualStudioVersion: 15.0
548+
VisualStudioInstallationPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise
552549
steps:
553550
- script: |
554551
git clone -q https://$(GitHub.Token)@github.com/xamarin/designer.git
@@ -561,7 +558,7 @@ stages:
561558
inputs:
562559
github_token: $(GitHub.Token)
563560
provisioning_script: $(System.DefaultWorkingDirectory)\designer\bot-provisioning\dependencies.csx
564-
provisioning_extra_args: '-remove "Visual Studio extension Xamarin.Android.Sdk" -vv'
561+
provisioning_extra_args: -vv
565562

566563
- task: DownloadPipelineArtifact@1
567564
inputs:

0 commit comments

Comments
 (0)