Skip to content

Commit

Permalink
[Update] release.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Oct 3, 2024
1 parent 81aedb5 commit 1f5876d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ ECHO.
ECHO Pushing to nuget.org ...
ECHO.

for %%f in (%~dp0ReleaseBuilds\*.nupkg) do (
(Echo "%%f" | FIND /I "symbols" 1>NUL) || (
echo Pushing %%f
dotnet nuget push "%%f" -s api.nuget.org -k %apikey%
)
)
dotnet nuget push ReleaseBuilds\*.nupkg -s api.nuget.org -k %apikey% --skip-duplicate

:End

Expand Down

0 comments on commit 1f5876d

Please sign in to comment.