Skip to content

Commit

Permalink
Prevent API key from being echo'd out.
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed May 31, 2015
1 parent ba186b2 commit 80a0ad3
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.%APPVEYOR_BUILD_VERSION%.nupkg -quiet
- cmd: nuget setApiKey %NuGetApiKey% > nul
- 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 80a0ad3

Please sign in to comment.