mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 19:22:49 +08:00
11 lines
199 B
Batchfile
11 lines
199 B
Batchfile
echo -------------------------
|
|
|
|
echo Building Ocelot
|
|
dotnet restore src/Ocelot
|
|
dotnet build src/Ocelot
|
|
dotnet publish src/Ocelot -o artifacts/
|
|
dotnet pack src/Ocelot/project.json --output nupkgs/
|
|
|
|
|
|
|