-
Notifications
You must be signed in to change notification settings - Fork 1k
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
adding NuGet logo and README support #5183
adding NuGet logo and README support #5183
Conversation
NuGet package stage worked on the build server. I'll have to retry doing that locally. |
Looks like the build system fails on my machine due to NuGet/Home#10791 - can't include the |
This doesn't fail on the build server because it uses an older version of the .NET 5 SDK than I do on my development machine. Server: 5.0.101 |
In theory, I could split the |
NuGet/Home#10791 (comment) - need to upgrade to the .NET 6.0 runtime to resolve this issue. |
For reasons I don't fully understand, NuGet pack now appears to be working.... |
Let's test this out now that we've merged in #5373 |
This now works properly on .NET 6! Going to update our |
Working on trying to implement https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/ but my MSBuild-foo is not yet strong enough....