mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 17:22:51 +08:00
16 lines
135 B
Batchfile
16 lines
135 B
Batchfile
echo -------------------------
|
|
|
|
echo Running Ocelot.Benchmarks
|
|
|
|
cd test/Ocelot.Benchmarks
|
|
|
|
dotnet restore
|
|
|
|
dotnet run
|
|
|
|
cd ../../
|
|
|
|
|
|
|
|
|