build finally working....MAGIC

This commit is contained in:
TomPallister
2020-11-26 12:52:53 +00:00
parent 94ce0224d7
commit de0f4f97d2
4 changed files with 375 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
NAME ?= ocelot
build:
dotnet tool restore --tool-manifest ./.config/dotnet-tools.json && dotnet cake --verbosity=diagnostic
./build.sh
build_and_run_tests:
./build.sh --target=RunTests