File tree 1 file changed +3
-0
lines changed
src/SourceBuild/content/repo-projects
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 75
75
still use the OfficialBuildId from repositories, not the pipeline. -->
76
76
<PropertyGroup Condition =" '$(OfficialBuildId)' != '' and '$(DotNetBuildSourceOnly)' != 'true'" >
77
77
<OfficialBuildId >$(OfficialBuildId.Split('.')[0]).$([MSBuild]::Add($(OfficialBuildId.Split('.')[1]), 100))</OfficialBuildId >
78
+ <DotNetRepositoryUrl >https://github.com/dotnet/dotnet</DotNetRepositoryUrl >
78
79
</PropertyGroup >
79
80
80
81
<PropertyGroup >
125
126
<!-- Don't flow these control properties during testing to avoid the outer/inner complexity. -->
126
127
<BuildArgs >$(BuildArgs) /p:DotNetBuildRepo=true</BuildArgs >
127
128
<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 >
128
131
</PropertyGroup >
129
132
<PropertyGroup Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >
130
133
<BuildArgs >$(BuildArgs) /p:SourceBuiltSymbolsDir=$(IntermediateSymbolsRepoDir)</BuildArgs >
You can’t perform that action at this time.
0 commit comments