зеркало из https://github.com/dotnet/spark.git
Fix build pipeline: Rename service connection from dotnet -> public and update public pool name (#1115)
This commit is contained in:
Родитель
c41fb0ca62
Коммит
3244c18f9e
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче