changes to get nuget packages publishing from app veyor

This commit is contained in:
TomPallister
2016-10-25 20:54:55 +01:00
parent 54167be973
commit 72f66f8d3a
7 changed files with 63 additions and 8 deletions

View File

@ -2,9 +2,7 @@ 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/
dotnet build src/Ocelot -c Release