Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Fix NuGet publishing errors - #9
Merged
Merged
Conversation
mattleibow
approved these changes
Oct 19, 2020
jonpryorforce-pushed
the
jonp-fix-nuget-compliance-errors
branch
from
October 19, 2020 19:05
9e391a6 to
3bace91Compare|
Commenter does not have sufficient privileges for PR 9 in repo mono/LineEditor |
jonpryorforce-pushed
the
jonp-fix-nuget-compliance-errors
branch
2 times, most recently
from
October 19, 2020 19:29
f731222 to
a125b47CompareContext: https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/975/Publishing-a-NuGet-package?anchor=troubleshooting-package-publishing-errors While attempting to use the internal publishing pipeline part of bce1b7f, we encountered an error regarding the `.nuspec` file: The nuget command failed with exit code(1) and error: Response status code does not indicate success: 400 (The package is not compliant with metadata requirements for Microsoft packages on NuGet.org. Go to https://aka.ms/Microsoft-NuGet-Compliance for more information. Policy violations: The package metadata defines 'Miguel de Icaza' as one of the authors which is not allowed by policy. The package metadata contains a non-compliant copyright element.). Update the `$(Authors)` property and add a `$(Copyright)` property so that the resulting `.nupkg` file is compliant.
jonpryorforce-pushed
the
jonp-fix-nuget-compliance-errors
branch
from
October 19, 2020 19:39
a125b47 to
7286f83Comparemattleibow
approved these changes
Oct 19, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context: https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/975/Publishing-a-NuGet-package?anchor=troubleshooting-package-publishing-errors
While attempting to use the internal publishing pipeline part of
bce1b7f, we encountered an error regarding the
.nuspecfile:Update the
$(Authors)property and add a$(Copyright)property sothat the resulting
.nupkgfile is compliant.