Ocelot/push-to-nuget.bat
TomPallister 385aea8fdd ooops
2016-10-25 21:00:11 +01:00

12 lines
214 B
Batchfile

echo -------------------------
echo Packing Ocelot Version %1
nuget pack .\Ocelot.nuspec -version %1
echo Publishing Ocelot
nuget push Ocelot.%1.nupkg -ApiKey %2 -Source https://www.nuget.org/api/v2/package