Skip to content

Commit d2e776f

Browse files
committed
Specify vmImage for publishing pipelines
1 parent 3fc9d6e commit d2e776f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

common/config/azure-pipelines/npm-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pool:
2+
vmImage: 'windows-latest'
13
variables:
24
NodeVersion: 10
35
steps:

common/config/azure-pipelines/npm-republish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pool:
2+
vmImage: 'windows-latest'
13
variables:
24
NodeVersion: 10
35
steps:

0 commit comments

Comments
 (0)