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:
authorMatt Galbraith <MattGal@users.noreply.github.com>2022-08-25 23:54:38 +0300
committerGitHub <noreply@github.com>2022-08-25 23:54:38 +0300
commit26987b5218f1a9fa7009cfee559ca631f63791b2 (patch)
tree39a3c2b375a03e39aad1627132104c28137da329
parent962fe8e5239c16e1f2d527582b26efdbe73a2d17 (diff)
parentb369476d80e49a87b122a3ab004f76c6feadd4ba (diff)
Merge pull request #255 from MattGal/use-svc-pools-dotnet/release/7.0
Move to -Svc pool provider in release branches
-rw-r--r--eng/azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index a17f6de1f440..409a159cd941 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -61,7 +61,7 @@ stages:
${{ if eq(variables['System.TeamProject'], 'public') }}:
vmImage: ubuntu-20.04
${{ if eq(variables['System.TeamProject'], 'internal') }}:
- name: NetCore1ESPool-Internal
+ name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
container:
image: $(imagename)
@@ -155,10 +155,10 @@ stages:
ClangTableGenArg: /p:ClangTableGenPath=$(Build.SourcesDirectory)\artifacts\obj\BuildRoot-x64\bin\clang-tblgen.exe
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
- name: NetCore1ESPool-Public
+ name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals windows.vs2022.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
- name: NetCore1ESPool-Internal
+ name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals windows.vs2022.amd64
steps:
- script: |