-
Notifications
You must be signed in to change notification settings - Fork 698
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
Remove extra spaces in Publishing.props #6251
Conversation
This might help with the VMR sync problems we have in dotnet/sdk#46361
@ViktorHofer @mmitche @NikolaMilosavljevic this fixes the VMR synchronization issues from dotnet/sdk#46361 |
@jeffkl can you help us merge this please? |
@premun Is there a longer term fix that we can do on the Maestro side? |
Possibly. I think this started happening with newer git as I cannot reproduce it on a similar Linux image with older one. |
@NuGet/nuget-client I've enable auto-merged for this since it's the infra issues might be blocking .NET 10 P1. |
/azp run NuGet.Client-PrivateDev |
Commenter does not have sufficient privileges for PR 6251 in repo NuGet/NuGet.Client |
It's already running, I kicked that off. @premun do you need another code flow from NuGet to fix dotnet/sdk#46361? |
If we can have another code flow, it would be great as I am at the end of my working day. Or we can try creating a patch from this PR and adding it to dotnet/sdk#46361 - it might just work |
This removes some extraneous whitespace characters introduced in #6233.
The VMR synchronization has problems with these thanks to the CRLF in this repo and we are unable to remove a patch for this in dotnet/sdk#46361