From c24e4767ab2435c7b032af6ed24fae9bcd03ff72 Mon Sep 17 00:00:00 2001 From: Morgan Brown Date: Mon, 26 Nov 2018 14:46:36 -0800 Subject: Fix Azure DevOps endpoint (#21038) * Delete incorrect resources section Remove reference to arcade repo --- azure-pipelines.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'azure-pipelines.yml') 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 -- cgit v1.2.3