Skip to content

Commit f8491a1

Browse files
JoeRobichallisonchou
authored andcommitted
Merge pull request #55735 from dotnet/dev/jorobich/integration-build-pool
Allow the integration CI pipeline to specify a build pool
1 parent 6e681eb commit f8491a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pr:
1717
jobs:
1818
- job: VS_Integration
1919
pool:
20-
name: NetCorePublic-Pool
20+
name: $(poolName)
2121
queue: $(queueName)
2222
strategy:
2323
maxParallel: 4

0 commit comments

Comments
 (0)