Ocelot/run-unit-tests.bat
2017-01-20 19:03:18 +00:00

9 lines
184 B
Batchfile
Executable File

echo -------------------------
echo Restoring Ocelot
dotnet restore src/Ocelot
echo Running Ocelot.UnitTests
dotnet restore test/Ocelot.UnitTests/
dotnet test test/Ocelot.UnitTests/