summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMorgan Brown <morganbr@users.noreply.github.com>2018-11-26 14:46:36 -0800
committerGitHub <noreply@github.com>2018-11-26 14:46:36 -0800
commitc24e4767ab2435c7b032af6ed24fae9bcd03ff72 (patch)
treed2ff7643f424db2d64dac9c81e8ce123b532925a /azure-pipelines.yml
parent63cde8f0f419b45426bc9ba9aa06962ced03daf8 (diff)
downloadcoreclr-c24e4767ab2435c7b032af6ed24fae9bcd03ff72.tar.gz
coreclr-c24e4767ab2435c7b032af6ed24fae9bcd03ff72.tar.bz2
coreclr-c24e4767ab2435c7b032af6ed24fae9bcd03ff72.zip
Fix Azure DevOps endpoint (#21038)
* Delete incorrect resources section Remove reference to arcade repo
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5e261fbca9..ae8191ff28 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,15 +1,3 @@
-resources:
- repositories:
- # shared library repository
- - repository: arcade
- type: github
- ${{ 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
-
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true