Skip to content

Commit

Permalink
NuGet push-script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jul 16, 2019
1 parent 7f3e4aa commit a33f9a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion push-nuget.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
dotnet pack -c Release
nuget push -Source https://api.nuget.org/v3/index.json bin\Release\*.nupkg
cd bin\Release\
nuget push -Source https://api.nuget.org/v3/index.json *.nupkg
del *.nupkg
del *.snupkg
cd ..\..

1 comment on commit a33f9a8

@Konard
Copy link
Member Author

@Konard Konard commented on a33f9a8 Jul 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.