Skip to content

Commit e7d09f2

Browse files
committed
Update versions repo ref for PR validation pipelines
1 parent be620c9 commit e7d09f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

eng/pipelines/dotnet-framework-pr-no-cache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pr:
1010

1111
resources:
1212
repositories:
13-
- repository: PublicVersionsRepo
13+
- repository: VersionsRepo
1414
type: github
1515
endpoint: public
1616
name: dotnet/versions
@@ -25,6 +25,7 @@ stages:
2525
parameters:
2626
internalProjectName: ${{ variables.internalProjectName }}
2727
publicProjectName: ${{ variables.publicProjectName }}
28+
versionsRepoRef: VersionsRepo
2829
buildMatrixCustomBuildLegGroupArgs: --custom-build-leg-group pr-build
2930
windowsAmdBuildJobTimeout: 330
3031
noCache: true

eng/pipelines/dotnet-framework-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pr:
1212

1313
resources:
1414
repositories:
15-
- repository: PublicVersionsRepo
15+
- repository: VersionsRepo
1616
type: github
1717
endpoint: public
1818
name: dotnet/versions
@@ -27,6 +27,7 @@ stages:
2727
parameters:
2828
internalProjectName: ${{ variables.internalProjectName }}
2929
publicProjectName: ${{ variables.publicProjectName }}
30+
versionsRepoRef: VersionsRepo
3031
buildMatrixCustomBuildLegGroupArgs: --custom-build-leg-group pr-build
3132
windowsAmdBuildJobTimeout: 330
3233
${{ if eq(variables['System.TeamProject'], variables.publicProjectName) }}:

0 commit comments

Comments
 (0)