-
Notifications
You must be signed in to change notification settings - Fork 446
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
source-build: stop overriding aspnetcore version #14938
Conversation
…cts tarballs don't override it, and stop adding it to the PackageVersions.props in new Artifacts tarballs.
My understanding is the renamed property is temporary until the previous source-build artifacts have been updated to not include the extra property in the PackageVersions.props file. Given the rename affects the official source and is not very localized, what do you think about adding a call to |
I've implemented this. I had to move the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks for refactoring to limit the impact of the temporary workaround. I have one minor comment.
@ayakael do you want to verify the patch works with the Alpine build? |
Sure, I'll do that right away. |
@tmds Testing against |
Rename MicrosoftAspNetCoreAppRuntimePackageVersion so existing Artifacts tarballs don't override it,
and stop adding it to the PackageVersions.props in new Artifacts tarballs.
Related to dotnet/source-build#3121.
cc @ayakael @MichaelSimons @crummel