-
-
Save brandongregoryscott/35e5b9e50ce7fa275346b60a4d30a4a5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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