Files
XWorm-6.5-Source/packages/Ionic.Zip.1.9.1.8/nuget.bat
T
2026-08-27 11:22:34 -06:00

4 lines
198 B
Batchfile

@echo Uploading to nuget
erase *.nupkg /Q /F
for /f "delims=|" %%f in ('dir /b *.nuspec') do ..\.nuget\NuGet.exe pack %%f -build -properties Configuration=Release
..\.nuget\Nuget.exe push *.nupkg