Ocelot/run-benchmarks.bat
TomPallister 1fcc0c20d3 bat
2016-10-12 21:08:06 +01:00

17 lines
149 B
Batchfile

#!/bin/bash
echo -------------------------
echo Running Ocelot.Benchmarks
cd test/Ocelot.Benchmarks
dotnet restore
dotnet run
cd ../../