Skip to content

Commit 217cee1

Browse files
aminyaDeeDeeG
authored andcommitted
Using windows-latest for vmImage
1 parent 4a9d56f commit 217cee1

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
@@ -6,6 +6,8 @@ pr: none # no PR triggers
66

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

0 commit comments

Comments
 (0)