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 15:23:29 +0300
committerGitHub <noreply@github.com>2022-08-06 15:23:29 +0300
commit1328c4db6536b1230a78043a5219c28c5a0bce8b (patch)
treeca91613c6a8d2a38c9c29233bc21a62fc79506e0
parentd87702da408b8aad0680f4f1c8b858c87d98f1df (diff)
Use stable VS build image
The preview image hits a build issue on Windows arm64 and 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. Cherry-picked from https://github.com/dotnet/llvm-project/pull/237
-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 e4fc7fe349b7..a17f6de1f440 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -156,10 +156,10 @@ stages:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
- demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
+ demands: ImageOverride -equals windows.vs2022.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
- demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre
+ demands: ImageOverride -equals windows.vs2022.amd64
steps:
- script: |
git clean -ffdx