File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010
1111resources :
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
Original file line number Diff line number Diff line change 1212
1313resources :
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) }} :
You can’t perform that action at this time.
0 commit comments