Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PackageProjectUrl should not be altered by the VMR build #4966

Open
11 of 12 tasks
mmitche opened this issue Mar 20, 2025 · 4 comments
Open
11 of 12 tasks

PackageProjectUrl should not be altered by the VMR build #4966

mmitche opened this issue Mar 20, 2025 · 4 comments
Assignees

Comments

@mmitche
Copy link
Member

mmitche commented Mar 20, 2025

The package project url should point to the individual repo, rather than the VMR. For most repos, this doesn't matter because .NET release process won't release those packages, but it's a good idea to fix most of these

  • Roslyn
  • Templating
  • Razor
  • Roslyn-analyzers
  • aspnetcore
  • windowdesktop
  • wpf
  • deployment-tools
  • vstest
  • winforms
  • symreader
  • cecil
@mmitche
Copy link
Member Author

mmitche commented Mar 20, 2025

To fix, we just need to set PackageProjectUrl in the above repos.

@mmitche
Copy link
Member Author

mmitche commented Mar 27, 2025

Part of dotnet/wpf#10661

@Tanya-Solyanik
Copy link
Member

WIndowsdesktop sets this property to a strange value - https://github.com/dotnet/windowsdesktop/blob/4788eed8178ec43e4360ef4424310ec934922833/Directory.Build.props#L8-#L9 - should it be updated as well?

@mmitche
Copy link
Member Author

mmitche commented Mar 31, 2025

WIndowsdesktop sets this property to a strange value - https://github.com/dotnet/windowsdesktop/blob/4788eed8178ec43e4360ef4424310ec934922833/Directory.Build.props#L8-#L9 - should it be updated as well?

I think this is probably correct? This is probably a more general question about what .NET's package project URLs should point to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Status: In Progress
Development

No branches or pull requests

3 participants