File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,8 @@ jobs:
104
104
queue : BuildPool.Windows.10.Amd64.VS2019.Open
105
105
${{ if eq(variables['System.TeamProject'], 'internal') }} :
106
106
name : NetCoreInternal-Pool
107
- ${{ if ne(parameters.isTestingJob, true) }} :
108
- # Visual Studio Build Tools
109
- queue : BuildPool.Windows.10.Amd64.VS2019.BT
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.Windows.10.Amd64.VS2019
107
+ # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
108
+ queue : BuildPool.Windows.10.Amd64.VS2019
113
109
variables :
114
110
AgentOsName : ${{ parameters.agentOs }}
115
111
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