mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 17:02:50 +08:00
13 lines
244 B
Batchfile
13 lines
244 B
Batchfile
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 ../../ |