Skip to content

Commit

Permalink
Use a linux pool for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Nov 1, 2023
1 parent a458c33 commit c30f1e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/config/azure-pipelines/npm-publish-rush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ extends:
- stage:
jobs:
- job:
pool:
name: publish-rushstack
os: linux
templateContext:
outputs:
- output: pipelineArtifact
Expand Down
3 changes: 3 additions & 0 deletions common/config/azure-pipelines/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ extends:
- stage:
jobs:
- job:
pool:
name: publish-rushstack
os: linux
templateContext:
outputs:
- output: pipelineArtifact
Expand Down
4 changes: 4 additions & 0 deletions common/config/azure-pipelines/vscode-extension-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ extends:
- stage:
jobs:
- job:
templateContext:
pool:
name: publish-rushstack
os: linux
steps:
- checkout: self
persistCredentials: true
Expand Down

0 comments on commit c30f1e1

Please sign in to comment.