Mk0.Tools.Crypt/Mk0.Tools.Crypt/publish-nuget.bat

6 lines
226 B
Batchfile
Raw Normal View History

2019-04-14 17:55:36 +02:00
@ECHO OFF
DEL *.nupkg
nuget setApiKey oy2h7jlegiqdw54xzwuap56evniqy7xu3iqlasmuomjbzy
nuget pack -IncludeReferencedProjects -properties Configuration=Release
nuget push *.nupkg -Source https://www.nuget.org/api/v2/package
PAUSE