File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/SourceBuild/content/repo-projects Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7575 still use the OfficialBuildId from repositories, not the pipeline. -->
7676 <PropertyGroup Condition =" '$(OfficialBuildId)' != '' and '$(DotNetBuildSourceOnly)' != 'true'" >
7777 <OfficialBuildId >$(OfficialBuildId.Split('.')[0]).$([MSBuild]::Add($(OfficialBuildId.Split('.')[1]), 100))</OfficialBuildId >
78+ <DotNetRepositoryUrl >https://github.com/dotnet/dotnet</DotNetRepositoryUrl >
7879 </PropertyGroup >
7980
8081 <PropertyGroup >
125126 <!-- Don't flow these control properties during testing to avoid the outer/inner complexity. -->
126127 <BuildArgs >$(BuildArgs) /p:DotNetBuildRepo=true</BuildArgs >
127128 <BuildArgs >$(BuildArgs) /p:DotNetBuildOrchestrator=true</BuildArgs >
129+ <!-- Pass the repository URL in globally so that we redirect sourcelink package information to the VMR repo. -->
130+ <BuildArgs >$(BuildArgs) /p:RepositoryUrl=$(DotNetRepositoryUrl)</BuildArgs >
128131 </PropertyGroup >
129132 <PropertyGroup Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >
130133 <BuildArgs >$(BuildArgs) /p:SourceBuiltSymbolsDir=$(IntermediateSymbolsRepoDir)</BuildArgs >
You can’t perform that action at this time.
0 commit comments