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 33
44resources :
55 repositories :
6- - repository : InternalVersionsRepo
6+ - repository : VersionsRepo
77 type : github
88 endpoint : dotnet
99 name : dotnet/versions
@@ -42,5 +42,6 @@ extends:
4242 parameters :
4343 internalProjectName : ${{ variables.internalProjectName }}
4444 publicProjectName : ${{ variables.publicProjectName }}
45+ versionsRepoRef : VersionsRepo
4546 ${{ if eq(variables['System.TeamProject'], 'public') }} :
4647 buildMatrixCustomBuildLegGroupArgs : --custom-build-leg-group pr-build
Original file line number Diff line number Diff line change 33
44resources :
55 repositories :
6- - repository : InternalVersionsRepo
6+ - repository : VersionsRepo
77 type : github
88 endpoint : dotnet
99 name : dotnet/versions
@@ -42,6 +42,7 @@ extends:
4242 parameters :
4343 internalProjectName : ${{ variables.internalProjectName }}
4444 publicProjectName : ${{ variables.publicProjectName }}
45+ versionsRepoRef : VersionsRepo
4546 sourceBuildPipelineRunId : ${{ parameters.sourceBuildPipelineRunId }}
4647 windowsAmdBuildJobTimeout : 240
4748 windowsAmdTestJobTimeout : 90
You can’t perform that action at this time.
0 commit comments