Fix build pipeline: Rename service connection from dotnet -> public and update public pool name (#1115)

This commit is contained in:
Matt Galbraith 2022-11-01 14:22:19 -07:00 коммит произвёл GitHub
Родитель c41fb0ca62
Коммит 3244c18f9e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -46,7 +46,7 @@ resources:
repositories:
- repository: forwardCompatibleRelease
type: github
endpoint: dotnet
endpoint: public
name: dotnet/spark
ref: refs/tags/v$(forwardCompatibleRelease)