Skip to content

Commit

Permalink
build: fix publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Nov 28, 2018
1 parent ff0fbb7 commit 22d9626
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ build:

# Deploy to Nuget and GitHub Releases.
deploy:
# - provider: NuGet
# api_key:
# secure: TWio+nDN8Ew7+OH7J3tLcEoM6DmxrIwfAr+2Ag8ROWJUEnXyoSAZ/I1GxBgB0qMd
# on:
# APPVEYOR_REPO_TAG: true
- provider: NuGet
api_key:
secure: TWio+nDN8Ew7+OH7J3tLcEoM6DmxrIwfAr+2Ag8ROWJUEnXyoSAZ/I1GxBgB0qMd
on:
APPVEYOR_REPO_TAG: true
- provider: GitHub
auth_token:
secure: KTWUORrnJKPKLSf/3ROLY50T9UfgTMnKHf3OjBOv8tlY/DAxtlglRU3eM+j45fMt
artifact: SharpShell.*.nupkg, ServerRegistrationManager.*.nupkg
artifact: ConsoleControl.nupkg, ConsoleControl.WPF.nupkg
on:
APPVEYOR_REPO_TAG: true

0 comments on commit 22d9626

Please sign in to comment.