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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2022-09-09 03:02:05 +0300
committerGitHub <noreply@github.com>2022-09-09 03:02:05 +0300
commit74a4a831cbbb49d3e1fa016e2fd40eeba184ee97 (patch)
tree1dc47e6b4ef91664f6c366977b4453222bdb323f
parentf709b30b5d0861f1c2d10c8bb606947f7b8206fb (diff)
Enable CI in objwriter/release/7.0 (#270)
-rw-r--r--eng/azure-pipelines.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index ed6b64bedc10..8c7f8f5a0069 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -2,12 +2,12 @@ trigger:
batch: true
branches:
include:
- - objwriter/12.x
+ - objwriter/*
pr:
branches:
include:
- - objwriter/12.x
+ - objwriter/*
variables:
- template: /eng/common-variables.yml
@@ -158,7 +158,7 @@ stages:
archflag: --arch arm64
LLVMTableGenArg: /p:LLVMTableGenPath=$(Build.SourcesDirectory)/artifacts/obj/BuildRoot-x64/bin/llvm-tblgen
pool:
- vmImage: macOS-10.15
+ vmImage: macos-11
steps:
- bash: |
set -ex
@@ -198,7 +198,7 @@ stages:
LLVMTableGenArg: /p:LLVMTableGenPath=$(Build.SourcesDirectory)\artifacts\obj\BuildRoot-x64\bin\llvm-tblgen.exe
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
- name: NetCore1ESPool-Public
+ name: NetCore-Public
demands: windows.vs2022.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal