summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMorgan Brown <morganbr@users.noreply.github.com>2018-11-15 14:23:58 -0800
committerGitHub <noreply@github.com>2018-11-15 14:23:58 -0800
commit7e41a9a1937df4886bd75816d83952a26c2b2a71 (patch)
treed92a74c44e439b40510382594bca5ad6eada43ab /azure-pipelines.yml
parent7645178238ac70ccc03d942234e881323b4b9714 (diff)
downloadcoreclr-7e41a9a1937df4886bd75816d83952a26c2b2a71.tar.gz
coreclr-7e41a9a1937df4886bd75816d83952a26c2b2a71.tar.bz2
coreclr-7e41a9a1937df4886bd75816d83952a26c2b2a71.zip
Fixes for Azure DevOps official build (#21017)
* Fix endpoint for internal jobs Fix external vs internal queues Properly quote scenarios argument to msbuild Increase queue timeout since most P1 jobs couldn't finish in time
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5f6b4a49f4..5e261fbca9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -3,7 +3,10 @@ resources:
# shared library repository
- repository: arcade
type: github
- endpoint: DotNet-Bot GitHub Connection
+ ${{ if ne(variables['System.TeamProject'], 'public') }}:
+ endpoint: DotNet-Bot GitHub Internal Connection
+ ${{ if eq(variables['System.TeamProject'], 'public') }}:
+ endpoint: DotNet-Bot GitHub Connection
name: dotnet/arcade
ref: refs/heads/master