Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions script/vsts/nightly-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
jobs:
- job: GetReleaseVersion
pool:
vmImage: 'windows-latest'
steps:
# This has to be done separately because VSTS inexplicably
# exits the script block after `npm install` completes.
Expand Down
2 changes: 2 additions & 0 deletions script/vsts/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ trigger: none # No CI builds, only PR builds

jobs:
- job: GetReleaseVersion
pool:
vmImage: 'windows-latest'
steps:
# This has to be done separately because VSTS inexplicably
# exits the script block after `npm install` completes.
Expand Down
2 changes: 2 additions & 0 deletions script/vsts/release-branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ trigger:

jobs:
- job: GetReleaseVersion
pool:
vmImage: 'windows-latest'
steps:
# This has to be done separately because VSTS inexplicably
# exits the script block after `npm install` completes.
Expand Down