Skip to content

Commit 3244c18

Browse files
authored
Fix build pipeline: Rename service connection from dotnet -> public and update public pool name (#1115)
1 parent c41fb0c commit 3244c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines-e2e-tests-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ stages:
2424
${{ else }}:
2525
pool:
2626
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
27-
name: NetCore1ESPool-Public
27+
name: NetCore-Public
2828
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
2929
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
3030
name: NetCore1ESPool-Internal

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resources:
4646
repositories:
4747
- repository: forwardCompatibleRelease
4848
type: github
49-
endpoint: dotnet
49+
endpoint: public
5050
name: dotnet/spark
5151
ref: refs/tags/v$(forwardCompatibleRelease)
5252

0 commit comments

Comments
 (0)