mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 14:02:49 +08:00
bat
This commit is contained in:
parent
d78dc2847e
commit
1fcc0c20d3
@ -3,9 +3,9 @@ configuration:
|
||||
- Release
|
||||
platform: Any CPU
|
||||
build_script:
|
||||
- build.sh
|
||||
- build.bat
|
||||
test_script:
|
||||
- run-tests.sh
|
||||
- run-tests.bat
|
||||
artifacts:
|
||||
- path: artifacts\**\*.*
|
||||
cache:
|
||||
|
0
build.sh → build.bat
Executable file → Normal file
0
build.sh → build.bat
Executable file → Normal file
0
run-benchmarks.sh → run-benchmarks.bat
Executable file → Normal file
0
run-benchmarks.sh → run-benchmarks.bat
Executable file → Normal file
15
run-tests.sh
15
run-tests.sh
@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
echo -------------------------
|
||||
|
||||
echo Running Ocelot.UnitTests
|
||||
|
||||
dotnet restore test/Ocelot.UnitTests/
|
||||
dotnet test test/Ocelot.UnitTests/
|
||||
|
||||
echo Running Ocelot.AcceptanceTests
|
||||
|
||||
cd test/Ocelot.AcceptanceTests/
|
||||
dotnet restore
|
||||
dotnet test
|
||||
cd ../../
|
||||
|
Loading…
x
Reference in New Issue
Block a user