mirror of
https://github.com/nsnail/Ocelot.git
synced 2026-05-13 19:06:16 +08:00
wip
This commit is contained in:
+17
-11
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user