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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-08-06 02:50:44 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2022-08-11 13:02:48 +0300
commite73d65f0f80655b463162bd41a8365377ba6565d (patch)
tree92f85d2fa3c8cda72314e09cc4c248800a9ef6d6
parent9f5a9f51aad6cb3021c7ee76057e4e5874047081 (diff)
Use stable VS build image (#237)
The stable image now contains the MSVC ABI break that caused us to use the preview image before. Also switch over to the new image names that dnceng wants us to use.
-rw-r--r--eng/azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index 0cee1a882880..ed6b64bedc10 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -199,10 +199,10 @@ stages:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
- demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
+ demands: windows.vs2022.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
- demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre
+ demands: windows.vs2022.amd64
steps:
- script: |
git clean -ffdx