updated build scriptos

This commit is contained in:
TomPallister
2016-10-14 20:20:03 +01:00
parent f545ba8620
commit 67af8841b2
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ 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
dotnet publish src/Ocelot -o artifacts/