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.
Asked
Active
Viewed 170 times
1 Answers
0
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

Luca Saglietti
- 11
- 3