Skip to content

Commit 4f61325

Browse files
committed
Using windows-latest for vmImage
1 parent 162e931 commit 4f61325

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

script/vsts/nightly-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
jobs:
22
- job: GetReleaseVersion
3+
pool:
4+
vmImage: 'windows-latest'
35
steps:
46
# This has to be done separately because VSTS inexplicably
57
# exits the script block after `npm install` completes.

script/vsts/pull-requests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ trigger: none # No CI builds, only PR builds
22

33
jobs:
44
- job: GetReleaseVersion
5+
pool:
6+
vmImage: 'windows-latest'
57
steps:
68
# This has to be done separately because VSTS inexplicably
79
# exits the script block after `npm install` completes.

script/vsts/release-branch-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ trigger:
55

66
jobs:
77
- job: GetReleaseVersion
8+
pool:
9+
vmImage: 'windows-latest'
810
steps:
911
# This has to be done separately because VSTS inexplicably
1012
# exits the script block after `npm install` completes.

0 commit comments

Comments
 (0)