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 125
125
<!-- Don't flow these control properties during testing to avoid the outer/inner complexity. -->
126
126
<BuildArgs >$(BuildArgs) /p:DotNetBuildRepo=true</BuildArgs >
127
127
<BuildArgs >$(BuildArgs) /p:DotNetBuildOrchestrator=true</BuildArgs >
128
+ <!-- Pass the repository URL in globally so that we redirect sourcelink package information to the VMR repo. -->
129
+ <DotNetRepositoryUrl >https://github.com/dotnet/dotnet</DotNetRepositoryUrl >
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