Ocelot/build.bat
2016-10-14 08:26:51 +01:00

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