Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.azure
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-10-04 20:42:02 +0300
committerGitHub <noreply@github.com>2022-10-04 20:42:02 +0300
commitd14dd282af26d6cab4617c7533a210ed550a9134 (patch)
treecff8e31a27cec2616ce48105578a08eab532b275 /.azure
parent6f024b3658b13ca0511eed517a7f20164b4e4c5a (diff)
[main] Switch to consolidated Windows build images (#44351)
Diffstat (limited to '.azure')
-rw-r--r--.azure/pipelines/azure-pipelines-mirror-within-azdo.yml4
-rw-r--r--.azure/pipelines/ci.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml b/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
index cbf529762b..47f3d8f717 100644
--- a/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
+++ b/.azure/pipelines/azure-pipelines-mirror-within-azdo.yml
@@ -4,7 +4,7 @@ trigger:
branches:
include:
- internal/release/6.0
-
+
parameters:
# Run the pipeline manually (usually disallowed)
- name: manualRun
@@ -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
diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 97c3dada84..d0fef66a0f 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -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.
@@ -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: