Skip to content

Instantly share code, notes, and snippets.

@brandongregoryscott
Created June 2, 2020 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandongregoryscott/35e5b9e50ce7fa275346b60a4d30a4a5 to your computer and use it in GitHub Desktop.
Save brandongregoryscott/35e5b9e50ce7fa275346b60a4d30a4a5 to your computer and use it in GitHub Desktop.
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