From 3244c18f9ef6a8f5e6081d04666bcf73da1d1d43 Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Tue, 1 Nov 2022 14:22:19 -0700 Subject: [PATCH] Fix build pipeline: Rename service connection from dotnet -> public and update public pool name (#1115) --- azure-pipelines-e2e-tests-template.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-e2e-tests-template.yml b/azure-pipelines-e2e-tests-template.yml index 47e4b283..75a4d94e 100644 --- a/azure-pipelines-e2e-tests-template.yml +++ b/azure-pipelines-e2e-tests-template.yml @@ -24,7 +24,7 @@ stages: ${{ else }}: pool: ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCore1ESPool-Public + name: NetCore-Public demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: name: NetCore1ESPool-Internal diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e2572b5..96b57c70 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,7 @@ resources: repositories: - repository: forwardCompatibleRelease type: github - endpoint: dotnet + endpoint: public name: dotnet/spark ref: refs/tags/v$(forwardCompatibleRelease)