File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ jobs:
97
97
name : NetCorePublic-Pool
98
98
${{ if ne(parameters.isTestingJob, true) }} :
99
99
# Visual Studio Build Tools
100
- queue : BuildPool.Windows.10. Amd64.VS2019.tmp .Open
100
+ queue : BuildPool.Server. Amd64.VS2019.Open
101
101
${{ if eq(parameters.isTestingJob, true) }} :
102
102
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
103
- queue : BuildPool.Windows.10. Amd64.VS2019.tmp .Open
103
+ queue : BuildPool.Server. Amd64.VS2019.Open
104
104
${{ if eq(variables['System.TeamProject'], 'internal') }} :
105
105
name : NetCoreInternal-Pool
106
106
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
107
- queue : buildpool.server.amd64.vs2019.pre
107
+ queue : BuildPool.Server.Amd64.VS2019
108
108
variables :
109
109
- AgentOsName : ${{ parameters.agentOs }}
110
110
- ASPNETCORE_TEST_LOG_MAXPATH : " 200" # Keep test log file name length low enough for artifact zipping
You can’t perform that action at this time.
0 commit comments