mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 20:02:51 +08:00
17 lines
149 B
Batchfile
17 lines
149 B
Batchfile
#!/bin/bash
|
|
echo -------------------------
|
|
|
|
echo Running Ocelot.Benchmarks
|
|
|
|
cd test/Ocelot.Benchmarks
|
|
|
|
dotnet restore
|
|
|
|
dotnet run
|
|
|
|
cd ../../
|
|
|
|
|
|
|
|
|