File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,7 @@ jobs:
120
120
${{ if eq(parameters.agentOs, 'Windows') }} :
121
121
${{ if eq(variables['System.TeamProject'], 'public') }} :
122
122
name : NetCore1ESPool-Public
123
- ${{ if ne(parameters.isAzDOTestingJob, true) }} :
124
- # Visual Studio Build Tools
125
- demands : ImageOverride -equals Build.Server.Amd64.VS2019.BT.Open
126
- ${{ if eq(parameters.isAzDOTestingJob, true) }} :
127
- # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
128
- demands : ImageOverride -equals Build.Server.Amd64.VS2019.Open
123
+ demands : ImageOverride -equals 1es-windows-2019-open
129
124
${{ if eq(variables['System.TeamProject'], 'internal') }} :
130
125
name : NetCore1ESPool-Internal
131
126
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
You can’t perform that action at this time.
0 commit comments