Skip to content

Commit

Permalink
updated push cmd script for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
vividos committed Jan 26, 2020
1 parent 2e81f26 commit 946d0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nupkg/PushNuGetPackage.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
REM
REM ulib - a collection of useful classes
REM Copyright (C) 2000-2019 Michael Fink
REM Copyright (C) 2000-2020 Michael Fink
REM
REM Pushes NuGet package to NuGet.org
REM
Expand All @@ -11,6 +11,6 @@ if "%NUGET_APIKEY%" == "" echo "Note: API keys are managed under https://www.nug
if "%NUGET_APIKEY%" == "" exit 1

nuget setApiKey %NUGET_APIKEY%
nuget push Vividos.UlibCpp.Static.4.1.7.nupkg -Source https://www.nuget.org/api/v2/package
nuget push Vividos.UlibCpp.Static.4.2.0.nupkg -Source https://www.nuget.org/api/v2/package

pause

0 comments on commit 946d0b4

Please sign in to comment.