mirror of
https://github.com/nsnail/Ocelot.git
synced 2026-05-05 19:19:30 +08:00
bat
This commit is contained in:
+2
-2
@@ -3,9 +3,9 @@ configuration:
|
|||||||
- Release
|
- Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
build_script:
|
build_script:
|
||||||
- build.sh
|
- build.bat
|
||||||
test_script:
|
test_script:
|
||||||
- run-tests.sh
|
- run-tests.bat
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: artifacts\**\*.*
|
- path: artifacts\**\*.*
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
Executable → Regular
Executable → Regular
@@ -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 ../../
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user