Skip to content

Commit 96dcb67

Browse files
authored
[release/6.0] Switch to consolidated Windows build images and Svc pool (#44349)
1 parent 1c61e0c commit 96dcb67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.azure/pipelines/azure-pipelines-mirror-within-azdo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ trigger:
44
branches:
55
include:
66
- internal/release/6.0
7-
7+
88
parameters:
99
# Run the pipeline manually (usually disallowed)
1010
- name: manualRun
@@ -26,8 +26,8 @@ jobs:
2626
- job: Merge_Azure_DevOps_Branches
2727
enableSBOM: false
2828
pool:
29-
name: NetCore1ESPool-Internal
30-
demands: ImageOverride -equals Build.Server.Amd64.VS2019
29+
name: NetCore1ESPool-Svc-Internal
30+
demands: ImageOverride -equals 1es-windows-2019
3131
variables:
3232
- name: WorkingDirectoryName
3333
value: repo-dir
@@ -67,4 +67,4 @@ jobs:
6767
$target = "$branch".Replace('/', ' ')
6868
6969
Write-Host "##vso[build.updatebuildnumber]$target $commit"
70-
Write-Host "##vso[build.addbuildtag]$target"
70+
Write-Host "##vso[build.addbuildtag]$target"

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ stages:
778778
- Source_Build_Managed
779779
pool:
780780
name: NetCore1ESPool-Svc-Internal
781-
demands: ImageOverride -equals Build.Server.Amd64.VS2019
781+
demands: ImageOverride -equals 1es-windows-2019
782782
publishUsingPipelines: ${{ variables._PublishUsingPipelines }}
783783
enablePublishBuildArtifacts: true # publish artifacts/log files
784784

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
${{ if eq(variables['System.TeamProject'], 'internal') }}:
113113
name: NetCore1ESPool-Svc-Internal
114114
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
115-
demands: ImageOverride -equals Build.Server.Amd64.VS2019
115+
demands: ImageOverride -equals 1es-windows-2019
116116
${{ if ne(parameters.container, '') }}:
117117
container: ${{ parameters.container }}
118118
${{ if ne(parameters.disableComponentGovernance, '') }}:

0 commit comments

Comments
 (0)