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:
authorSteve Pfister <steve.pfister@microsoft.com>2022-04-15 21:12:43 +0300
committerSteve Pfister <steve.pfister@microsoft.com>2022-04-15 21:23:38 +0300
commit60ade14b3b3ad9d92983658fb63343d4f676743f (patch)
tree8e53c6e6f4d2c974f1d477abf34b03c8a4428a31
parenteda35d1a4c1e78e781724ca36114a7d46a3408c0 (diff)
Bump windows images to VS2022
-rw-r--r--azure-pipelines.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index dccc6395dbf9..20d07de31a8b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -198,10 +198,11 @@ stages:
LLVMTableGenArg: /p:LLVMTableGenPath=$(Build.SourcesDirectory)\artifacts\obj\BuildRoot-x64\bin\llvm-tblgen.exe
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
- vmImage: windows-2019
+ name: NetCore1ESPool-Public
+ demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
- demands: ImageOverride -equals Build.Server.Amd64.VS2019
+ demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre
steps:
- script: |
git clean -ffdx