This commit is contained in:
TomPallister 2020-11-25 17:16:50 +00:00
parent 7e2b312f0b
commit 6e1dc3fd58
2 changed files with 18 additions and 12 deletions

View File

@ -1,12 +1,18 @@
{ {
"version": 1, "version": 1,
"isRoot": true, "isRoot": true,
"tools": { "tools": {
"cake.tool": { "cake.tool": {
"version": "0.35.0", "version": "0.35.0",
"commands": [ "commands": [
"dotnet-cake" "dotnet-cake"
] ]
} },
} "gitversion.tool": {
"version": "5.5.1",
"commands": [
"dotnet-gitversion"
]
}
}
} }

View File

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