dotnet restore returns invalid error code
Open
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
I'm doing a container build with mcr.microsoft.com/dotnet/core/sdk:3.1.201 and package restore regularly times out.
dotnet restore should fail if any packages fail to download and exit with an error code so I know to stop trying to build. If --ignore-failed-sources is set only then exit with 0.
Contributor guide
Assessment
This issue has not been assessed yet.