Questions tagged [nuget-push]
4 questions
1
vote
1 answer
Nuget push throws 503 unavailable error in Azure pipelines
We are getting 503 service unavailable error while pushing to azure artifacts, using nuget push command,we are using nugetclicommand task in our yaml pipeline. The push is successful for smaller packages 30mb, but we have errors with the larger…

P M
- 13
- 2
0
votes
0 answers
How to get APIKey for Nuke.Build Nuget push step to internal Azure DevOps feed?
I am trying to do the Nuke.Build push to Azure DevOps internal feed.
If I do it within Azure Pipelines, and add a step to publish the nuget, it will give me a step like this:
For the classic:
steps:
- task: DotNetCoreCLI@2
displayName: 'dotnet…

tridy
- 1,166
- 1
- 12
- 21
0
votes
1 answer
The specified source 'Artifactory' is invalid. Provide a valid source error for nuget push command
with below command i am getting The specified source 'Artifactory' is invalid. Provide a valid source error while running the command from ADO pipeline command prompt task.
C:\NuGet\nuget.exe push…
0
votes
1 answer
Azure DevOps nuget push fails but task shows as success
I have a pipeline that nuget restores, builds, packs and pushes to private nuget feed. The version is taken from the project file via a powershell script and then packed using this version. If I have a library with version 1.0.2 already pushed to…

pantonis
- 5,601
- 12
- 58
- 115