Skip to content

Commit

Permalink
Pipeline variable changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfortescue committed Sep 9, 2021
1 parent cdea40b commit ed51a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-integration-lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- job: VS_Integration_LSP
pool:
name: NetCore1ESPool-Svc-Public
queue: $(queueName)
demands: ImageOverride -equals $(queueName)
timeoutInMinutes: 135

steps:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- job: VS_Integration
pool:
name: $(poolName)
queue: $(queueName)
demands: ImageOverride -equals $(queueName)
strategy:
maxParallel: 4
matrix:
Expand Down

0 comments on commit ed51a30

Please sign in to comment.