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

11
push-to-nuget.bat Normal file
View File

@ -0,0 +1,11 @@
echo -------------------------
echo Packing Ocelot Version %1
nuget pack .\Ocelot.nuspec -version %1
echo Publishing Ocelot
nuget push Ocelot.%1.nupkg -ApiKey adc6c39d-ae94-496c-823e-b96f64ee23ff -Source https://www.nuget.org/api/v2/package