We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3c34b commit 9f2012cCopy full SHA for 9f2012c
script/vsts/pull-requests.yml
@@ -2,6 +2,8 @@ trigger: none # No CI builds, only PR builds
2
3
jobs:
4
- job: GetReleaseVersion
5
+ pool:
6
+ vmImage: 'windows-latest'
7
steps:
8
# This has to be done separately because VSTS inexplicably
9
# exits the script block after `npm install` completes.
0 commit comments