How to authorize RgPublish.exe into NuGet feed?
abatishchev
Posts: 8
Is there a way to specify credentials or use NTLM authorization on NuGet feed publish?
Currently TeamCity redirects to the login page because publish request is not authorized:
Currently TeamCity redirects to the login page because publish request is not authorized:
Enabling guest access specially for this purpose is not acceptable.[03:31:43][Step 7/7] Publishing package to feed at http://localhost/guestAuth/app/nuget/v1 ... vice.svc...
[03:31:50][Step 7/7] Failed to push to package feed at http://localhost/login.html/. The package feed was not found.
Comments
Redgate Software
Redgate Software
The only way to publish to the TeamCity NuGet feed is to add the packages as artefacts of a TeamCity build configuration. For more information, please see http://stackoverflow.com/questions/10423272/how-can-packages-be-published-to-a-teamcity-nuget-server, and the JetBrains support request for supporting push operations.
Redgate Software