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