Skip to content

Commit 470a16c

Browse files
authored
Set PackageProjectUrl (#11657)
Avoids the SDK setting this to dotnet/dotnet automatically, which is generally not useful for customers.
1 parent f7b7fe1 commit 470a16c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
2929
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
3030

31+
<!-- When building in the VMR, we still want the package project url to point to this repo -->
32+
<PackageProjectUrl>https://github.com/dotnet/razor</PackageProjectUrl>
33+
3134
<!-- VS does not require Windows PDBs to be published anymore. -->
3235
<PublishWindowsPdb>false</PublishWindowsPdb>
3336

0 commit comments

Comments
 (0)