This commit is contained in:
Manuel Kamper 2019-04-14 18:03:06 +02:00
parent f00b23fb11
commit 9907702558
2 changed files with 0 additions and 6 deletions

Binary file not shown.

View File

@ -1,6 +0,0 @@
@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