File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,16 @@ jobs:
104104 ${{ if eq(parameters.agentOs, 'Windows') }} :
105105 ${{ if eq(variables['System.TeamProject'], 'public') }} :
106106 name : NetCorePublic-Pool
107- queue : BuildPool.Windows.10.Amd64.VS2019.Pre.Open
107+ ${{ if ne(parameters.isTestingJob, true) }} :
108+ # Visual Studio Build Tools
109+ queue : BuildPool.Server.Amd64.VS2019.BT.Open
110+ ${{ if eq(parameters.isTestingJob, true) }} :
111+ # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
112+ queue : BuildPool.Server.Amd64.VS2019.Open
108113 ${{ if eq(variables['System.TeamProject'], 'internal') }} :
109114 name : NetCoreInternal-Pool
110115 # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
111- queue : BuildPool.Windows.10. Amd64.VS2019.Pre
116+ queue : BuildPool.Server. Amd64.VS2019
112117 variables :
113118 - AgentOsName : ${{ parameters.agentOs }}
114119 - 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