From e2507733e5687b8cc4cfc5d1af2713cc29e26cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 2 Dec 2022 12:27:28 +0100 Subject: [PATCH 1/3] Update internal build image The `build.windows.10.amd64.vs2019` image doesn't exist anymore, it was replaced by `windows.vs2019.amd64` --- eng/jobs/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/jobs/windows-build.yml b/eng/jobs/windows-build.yml index 846871f96..6058a3ae6 100644 --- a/eng/jobs/windows-build.yml +++ b/eng/jobs/windows-build.yml @@ -17,7 +17,7 @@ jobs: vmImage: 'windows-2019' ${{ if ne(variables['System.TeamProject'], 'public') }}: name: NetCore1ESPool-Internal - demands: ImageOverride -equals build.windows.10.amd64.vs2019 + demands: ImageOverride -equals windows.vs2019.amd64 strategy: matrix: debug: From 3bb5081ae3a44b722ea29437a71ff4c7fe234ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 2 Dec 2022 12:28:49 +0100 Subject: [PATCH 2/3] Update prepare-signed-artifacts.yml --- eng/jobs/prepare-signed-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/jobs/prepare-signed-artifacts.yml b/eng/jobs/prepare-signed-artifacts.yml index 7991dbd82..cab7345a1 100644 --- a/eng/jobs/prepare-signed-artifacts.yml +++ b/eng/jobs/prepare-signed-artifacts.yml @@ -8,7 +8,7 @@ jobs: dependsOn: ${{ parameters.dependsOn }} pool: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals build.windows.10.amd64.vs2019 + demands: ImageOverride -equals build.vs2019.amd64 # Double the default timeout. timeoutInMinutes: 120 workspace: From 4f5924dfba144a51999a1f68b609b1941a560b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 2 Dec 2022 12:29:27 +0100 Subject: [PATCH 3/3] Update prepare-signed-artifacts.yml --- eng/jobs/prepare-signed-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/jobs/prepare-signed-artifacts.yml b/eng/jobs/prepare-signed-artifacts.yml index cab7345a1..2ef991060 100644 --- a/eng/jobs/prepare-signed-artifacts.yml +++ b/eng/jobs/prepare-signed-artifacts.yml @@ -8,7 +8,7 @@ jobs: dependsOn: ${{ parameters.dependsOn }} pool: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals build.vs2019.amd64 + demands: ImageOverride -equals windows.vs2019.amd64 # Double the default timeout. timeoutInMinutes: 120 workspace: