You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
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 `.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.
0 commit comments