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

@ -7,6 +7,12 @@
"commands": [
"dotnet-cake"
]
},
"gitversion.tool": {
"version": "5.5.1",
"commands": [
"dotnet-gitversion"
]
}
}
}

View File

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