Files

4 lines
198 B
Batchfile
Raw Permalink Normal View History

2026-08-27 11:22:34 -06:00
@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