mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 19:22:49 +08:00
9 lines
117 B
Batchfile
9 lines
117 B
Batchfile
echo -------------------------
|
|
|
|
echo Building Ocelot
|
|
dotnet restore src/Ocelot
|
|
dotnet build src/Ocelot -c Release
|
|
|
|
|
|
|