File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/SourceBuild/content/repo-projects Expand file tree Collapse file tree 1 file changed +0
-3
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 >
7978 </PropertyGroup >
8079
8180 <PropertyGroup >
126125 <!-- Don't flow these control properties during testing to avoid the outer/inner complexity. -->
127126 <BuildArgs >$(BuildArgs) /p:DotNetBuildRepo=true</BuildArgs >
128127 <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 >
131128 </PropertyGroup >
132129 <PropertyGroup Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >
133130 <BuildArgs >$(BuildArgs) /p:SourceBuiltSymbolsDir=$(IntermediateSymbolsRepoDir)</BuildArgs >
You can’t perform that action at this time.
0 commit comments