Question: List of Exit Codes
Open
Question
- Dominant language
- No language data
- Stars
- 1.9k
- Forks
- 173
- Avg merge
- 10d 13h
- Merged PRs (30d)
- 1
Description
In my build pipeline I use the following workflow to work around some [issues](https://github.com/dotnet/sdk/issues/9500) of `dotnet tool install` / `dotnet tool update`:
1. dotnet format ... (config options)
2. when succeeded return with succcess
3. when failed run `dotnet tool update -g dotnet-format --configfile ./.nuget/NuGetBuildServer.Config`
In this scenario I'm not sure wich error codes could be returned from the first step. Is there a list of possible return codes and their meaning
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.