Skip to content

Commit

Permalink
updated the script to push to nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterderycke committed Jul 19, 2018
1 parent 3828b2b commit f97eac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submitNuGetPackage.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CALL buildNuGetPackage.cmd
FOR /F "delims=|" %%I IN ('DIR "Jace.*.nupkg" /B /O:D') DO SET NuGetPackage=%%I
@ECHO ON

Tools\NuGet\nuget.exe push %NuGetPackage%
Tools\NuGet\nuget.exe push %NuGetPackage% -Source https://api.nuget.org/v3/index.json

0 comments on commit f97eac1

Please sign in to comment.