@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