Ocelot/run-benchmarks.bat
2016-10-12 21:40:42 +01:00

16 lines
135 B
Batchfile

echo -------------------------
echo Running Ocelot.Benchmarks
cd test/Ocelot.Benchmarks
dotnet restore
dotnet run
cd ../../