Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Switch to consolidated Windows build images #44351

Merged
merged 1 commit into from Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure/pipelines/azure-pipelines-mirror-within-azdo.yml
Expand Up @@ -4,7 +4,7 @@ trigger:
branches:
include:
- internal/release/6.0

parameters:
# Run the pipeline manually (usually disallowed)
- name: manualRun
Expand All @@ -27,7 +27,7 @@ jobs:
enableSBOM: false
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019
demands: ImageOverride -equals 1es-windows-2019
variables:
- name: WorkingDirectoryName
value: repo-dir
Expand Down
4 changes: 2 additions & 2 deletions .azure/pipelines/ci.yml
Expand Up @@ -762,7 +762,7 @@ stages:
- Source_Build_Managed
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019
demands: ImageOverride -equals 1es-windows-2019
publishUsingPipelines: ${{ variables._PublishUsingPipelines }}
enablePublishBuildArtifacts: true # publish artifacts/log files
publishAssetsImmediately: true # Don't use a separate stage for darc publishing.
Expand Down Expand Up @@ -802,7 +802,7 @@ stages:
pool:
name: NetCore1ESPool-Internal
# Visual Studio Enterprise - no BuildTools agents exist internally and job must run on Windows
demands: ImageOverride -equals Build.Server.Amd64.VS2019
demands: ImageOverride -equals 1es-windows-2019
steps:
- task: DownloadBuildArtifacts@0
inputs:
Expand Down