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