wip
parent
71a1053d70
commit
730c940cd8
@ -1,2 +1,5 @@
|
|||||||
*/*/bin
|
*/*/bin
|
||||||
*/*/obj
|
*/*/obj
|
||||||
|
tools/
|
||||||
|
artifacts/
|
||||||
|
TestResults/
|
@ -1,23 +1,23 @@
|
|||||||
NAME ?= ocelot
|
NAME ?= ocelot
|
||||||
|
|
||||||
build:
|
build:
|
||||||
./build.sh
|
mono --version
|
||||||
|
|
||||||
build_and_run_tests:
|
build_and_run_tests:
|
||||||
./build.sh --target=RunTests
|
./build.sh --target=RunTests
|
||||||
|
|
||||||
release:
|
release:
|
||||||
./build.sh --target=Release
|
./build.sh --target=Release
|
||||||
|
|
||||||
run_acceptance_tests:
|
run_acceptance_tests:
|
||||||
./build.sh --target=RunAcceptanceTests
|
./build.sh --target=RunAcceptanceTests
|
||||||
|
|
||||||
run_benchmarks:
|
run_benchmarks:
|
||||||
./build.sh --target=RunBenchmarkTests
|
./build.sh --target=RunBenchmarkTests
|
||||||
|
|
||||||
run_unit_tests:
|
run_unit_tests:
|
||||||
./build.sh --target=RunUnitTests
|
./build.sh --target=RunUnitTests
|
||||||
|
|
||||||
release_notes:
|
release_notes:
|
||||||
./build.sh --target=ReleaseNotes
|
./build.sh --target=ReleaseNotes
|
||||||
|
|
@ -1,2 +1,2 @@
|
|||||||
dotnet tool install Cake.Tool --version 0.38.5
|
dotnet tool restore
|
||||||
dotnet cake
|
dotnet cake
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
dotnet tool install Cake.Tool --version 0.38.5
|
# dotnet tool restore --tool-manifest ./.config/dotnet-tools.json
|
||||||
dotnet cake
|
# echo "tool installed?"
|
||||||
|
# dotnet cake
|
||||||
|
Loading…
Reference in New Issue