Skip to content

Commit

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

0 comments on commit 6cdbfd3

Please sign in to comment.