Skip to content

Commit 876490b

Browse files
Update default-build.yml (#41466)
Co-authored-by: William Godbe <[email protected]>
1 parent 113f6b2 commit 876490b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,7 @@ jobs:
120120
${{ if eq(parameters.agentOs, 'Windows') }}:
121121
${{ if eq(variables['System.TeamProject'], 'public') }}:
122122
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
129124
${{ if eq(variables['System.TeamProject'], 'internal') }}:
130125
name: NetCore1ESPool-Internal
131126
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing

0 commit comments

Comments
 (0)