Skip to content

Instantly share code, notes, and snippets.

@brandongregoryscott
Created June 2, 2020 20:45
Embed
What would you like to do?
Usage: cli-dotnet option(s)
Run various commands for the dotnet project. Certain options can be chained together for specific behavior (--clean and --restore can be used in conjunction with --build).
Options:
-b, --build Builds the dotnet project (via dotnet build dotnet/api/Api.sln --no-restore)
-c, --clean Clean the dotnet solution from the root of the project (via dotnet clean dotnet/api)
-R, --restore Restore the dotnet solution from the root of the project (via dotnet restore)
-h, --help display help for command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment