P M
P M

Reputation: 13

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 ones.

Upvotes: 1

Views: 293

Answers (1)

Luca Saglietti
Luca Saglietti

Reputation: 11

There is a limit on package size, the limit is 500mb.

You can check this here: https://learn.microsoft.com/en-us/azure/devops/artifacts/reference/limits?view=azure-devops

Upvotes: 0

Related Questions