BootstrapBlazor3/scripts/windows/push.cmd
2020-04-21 15:07:25 +08:00

4 lines
207 B
Batchfile

@echo off
call pack %1 Release
dotnet nuget push -k %NugetKey% -s https://api.nuget.org/v3/index.json %NugetLib%\%1.*.nupkg --skip-duplicate --no-symbols %NugetLib%\%1.*.snupkg
del %NugetLib%\%1*.nupkg /F /Q