File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010resources :
1111 repositories :
12- - repository : PublicVersionsRepo
12+ - repository : VersionsRepo
1313 type : github
1414 endpoint : public
1515 name : dotnet/versions
16+ ref : ${{ variables['gitHubVersionsRepoInfo.branch'] }}
1617
1718variables :
1819- template : variables/common.yml
@@ -22,6 +23,7 @@ stages:
2223 parameters :
2324 internalProjectName : ${{ variables.internalProjectName }}
2425 publicProjectName : ${{ variables.publicProjectName }}
26+ versionsRepoRef : VersionsRepo
2527 linuxAmdBuildJobTimeout : 480
2628 linuxArmBuildJobTimeout : 300
2729 linuxAmd64Pool :
Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ schedules:
3232
3333resources :
3434 repositories :
35- - repository : InternalVersionsRepo
35+ - repository : VersionsRepo
3636 type : github
37- endpoint : dotnet
37+ endpoint : public
3838 name : dotnet/versions
39+ ref : ${{ variables['gitHubVersionsRepoInfo.branch'] }}
3940
4041variables :
4142- template : /eng/pipelines/variables/common.yml@self
@@ -58,6 +59,7 @@ extends:
5859 parameters :
5960 internalProjectName : ${{ variables.internalProjectName }}
6061 publicProjectName : ${{ variables.publicProjectName }}
62+ versionsRepoRef : VersionsRepo
6163 linuxAmdBuildJobTimeout : 480
6264 linuxArmBuildJobTimeout : 300
6365 linuxAmd64Pool :
Original file line number Diff line number Diff line change 1313
1414resources :
1515 repositories :
16- - repository : PublicVersionsRepo
16+ - repository : VersionsRepo
1717 type : github
1818 endpoint : public
1919 name : dotnet/versions
20+ ref : ${{ variables['gitHubVersionsRepoInfo.branch'] }}
2021
2122variables :
2223- template : /eng/pipelines/variables/common.yml@self
@@ -32,6 +33,7 @@ stages:
3233 parameters :
3334 internalProjectName : ${{ variables.internalProjectName }}
3435 publicProjectName : ${{ variables.publicProjectName }}
36+ versionsRepoRef : VersionsRepo
3537 linuxAmdBuildJobTimeout : 360
3638 linuxArmBuildJobTimeout : 300
3739 customBuildInitSteps :
You can’t perform that action at this time.
0 commit comments