Skip to content

Commit 9f2012c

Browse files
committed
vmimage: windows-latest
1 parent aa3c34b commit 9f2012c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/vsts/pull-requests.yml

+2
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.

0 commit comments

Comments
 (0)