Skip to content

Commit cf58f98

Browse files
authored
Merge pull request #51346 from dotnet/dev/jorobich/revert-queuename
Switch integration tests back to the configured pipeline queue
2 parents ca8abf7 + 0f4862a commit cf58f98

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure-pipelines-integration.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
- job: VS_Integration
1919
pool:
2020
name: NetCorePublic-Pool
21-
queue: BuildPool.Windows.VS2019.Pre.Scouting.Open
22-
# One this integration test fix has flowed in to master-vs-deps, we can update the queueName variable, and revert this change.
23-
# Tracked by https://github.com/dotnet/roslyn/issues/51312
24-
# queue: $(queueName)
21+
queue: $(queueName)
2522
strategy:
2623
maxParallel: 4
2724
matrix:

0 commit comments

Comments
 (0)