Skip to content

Commit

Permalink
Push the NuGet packages to NuGet.org - fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed May 31, 2015
1 parent dc0e85d commit 8b05726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ build_script:

on_success:
- cmd: nuget pack Managed.Adb.nuspec -Version %APPVEYOR_BUILD_VERSION%
- cmd: nuget setApiKey %NuGetApiKey%
- cmd: nuget push Managed.Adb.{version}.nupkg
- cmd: nuget setApiKey %NuGetApiKey% -quiet
- cmd: nuget push Managed.Adb.%APPVEYOR_BUILD_VERSION%.nupkg
- ps: Push-AppveyorArtifact "Managed.Adb.$($env:APPVEYOR_BUILD_VERSION).nupkg"

test:
Expand Down

0 comments on commit 8b05726

Please sign in to comment.