Skip to content

Instantly share code, notes, and snippets.

@pawelsawicz
Created March 28, 2017 22:41
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 pawelsawicz/9371eccea2fbf662d34494037c5e9648 to your computer and use it in GitHub Desktop.
Save pawelsawicz/9371eccea2fbf662d34494037c5e9648 to your computer and use it in GitHub Desktop.
run-clean: cleanup restore build run
all : cleanup restore build
cleanup:
dotnet clean src/Squadron.TestApplication/
restore:
dotnet restore src/Squadron.TestApplication/
build:
dotnet build src/Squadron.TestApplication/
run:
dotnet run -p src/Squadron.TestApplication/Squadron.TestApplication.csproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment