mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-21 05:12:50 +08:00
8 lines
179 B
Batchfile
Executable File
8 lines
179 B
Batchfile
Executable File
echo Running Ocelot.AcceptanceTests
|
|
cd test/Ocelot.AcceptanceTests/
|
|
dotnet restore
|
|
dotnet test
|
|
cd ../../
|
|
|
|
echo Restoring Ocelot.ManualTest
|
|
dotnet restore test/Ocelot.ManualTest/ |