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