mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 20:02:51 +08:00
12 lines
213 B
Batchfile
12 lines
213 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
|
|
|
|
|
|
|
|
|