mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 21:42:51 +08:00
10 lines
179 B
Batchfile
10 lines
179 B
Batchfile
echo -------------------------
|
|
|
|
echo Building Ocelot
|
|
dotnet restore src/Ocelot
|
|
dotnet restore src/Ocelot.Library
|
|
dotnet build src/Ocelot
|
|
dotnet publish src/Ocelot -o artifacts/
|
|
|
|
|