File tree 1 file changed +0
-3
lines changed
src/SourceBuild/content/repo-projects
1 file changed +0
-3
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 >
79
78
</PropertyGroup >
80
79
81
80
<PropertyGroup >
126
125
<!-- Don't flow these control properties during testing to avoid the outer/inner complexity. -->
127
126
<BuildArgs >$(BuildArgs) /p:DotNetBuildRepo=true</BuildArgs >
128
127
<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 >
131
128
</PropertyGroup >
132
129
<PropertyGroup Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >
133
130
<BuildArgs >$(BuildArgs) /p:SourceBuiltSymbolsDir=$(IntermediateSymbolsRepoDir)</BuildArgs >
You can’t perform that action at this time.
0 commit comments