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 May 8, 2024. It is now read-only.
The nuget automation is currently failing up on AppVeyor with the following error:
NuGet.exe : Failed to process request. 'The specified API key is invalid or does not have permission to access the specified package.'.
At C:\projects\nugetautomation\CreatePackages.ps1:187 char:25
+ & $nuget push "$packageFolder.nupkg" -ApiKey $nugetApiKe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Failed to proce...ied package.'. :String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
The remote server returned an error: (403) Forbidden.
This error is because @wizzard0 claimed the react.TypeScript.DefinitelyTyped name on NuGet, which is unfortunate.
If @wizzard0 is listening, could you please rename your nuget package to something else (not using DT's convention) and then either add us as an owner to the package or, deleting yours completely so our nuget process can correctly publish to react.TypeScript.DefinitelyTyped?