atomui/build/!Nuget.bat

7 lines
173 B
Batchfile
Raw Permalink Normal View History

2024-08-25 22:08:12 +08:00
@set dir="..\_output\Nuget"
for %%f in (%dir%\*.nupkg) do (
dotnet nuget push %%f --api-key [key] --source https://api.nuget.org/v3/index.json
)
pause