Skip to content

Commit b6751ec

Browse files
committed
update image for android build
1 parent 1256c85 commit b6751ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818
debugReleaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**
1919
releaseNotes: This is a release build. It does not contain the debug console.
2020
linuxVmImage: 'ubuntu-20.04'
21+
windowsVmImage: 'windows-2022'
2122

2223
parameters:
2324
- name: releaseBuild
@@ -46,7 +47,7 @@ stages:
4647

4748
- job: 'Windows'
4849
pool:
49-
vmImage: 'windows-2022'
50+
vmImage: 'windowsVmImage'
5051

5152
steps:
5253
- task: UseNode@1
@@ -78,7 +79,7 @@ stages:
7879

7980
- job: 'Android'
8081
pool:
81-
vmImage: 'vs2017-win2016'
82+
vmImage: 'windowsVmImage'
8283

8384
steps:
8485
- task: UseNode@1

0 commit comments

Comments
 (0)