Skip to content

Commit

Permalink
using key values
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKaczmarek committed Aug 7, 2015
1 parent ba952ab commit beada97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ deploy:
description: Release of $(appveyor_project_name)-v$(appveyor_build_version)
tag: $(appveyor_project_name)-v$(appveyor_build_version)
auth_token:
secure: $(EncryptedGitHubKey)
#secure: $(EncryptedGitHubKey)
secure: 1Y8dcTfYEodas1RozybiCbQeUL6tMwpaKSJyRCN0s/LTABwaOOtBAqMEy9KxXgNp
draft: false
prerelease: false
on:
Expand All @@ -86,7 +87,8 @@ deploy:
- provider: NuGet
server: https://ci.appveyor.com/nuget/karol-asrhfjcon69q
api_key:
secure: $(EncryptedNuGetAccountFeedKey)
#secure: $(EncryptedNuGetAccountFeedKey)
secure: /kAYJdDhAKj6RBpi/weLOFTCeMHI3meVHyDK/zMDZ3w=
skip_symbols: true
on:
appveyor_repo_tag: false
Expand Down

0 comments on commit beada97

Please sign in to comment.