mirror of
https://github.com/nsnail/Ocelot.git
synced 2026-05-13 20:26:17 +08:00
wip
This commit is contained in:
@@ -7,6 +7,12 @@
|
|||||||
"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