Skip to content

Commit dd1ce91

Browse files
ViktorHoferbaronfel
authored andcommitted
Revert "Fixup sourcelink information" (dotnet#47416)
1 parent 78a30e0 commit dd1ce91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SourceBuild/content/repo-projects/Directory.Build.props

-3
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
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>
@@ -126,8 +125,6 @@
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>

0 commit comments

Comments
 (0)