Skip to content

Commit

Permalink
Reconfigure AppVeyor CI to publish symbol package
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed May 27, 2019
1 parent d675b6e commit bf633d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ deploy:
- provider: NuGet
api_key:
secure: 7MS5+XWaFchMXFqzgneQCqo9U0DlxiPXe/KWWUnbCBDEizVn06EjdQZkWu1gbNOJ
artifact: Package
on:
appveyor_repo_tag: true

nuget:
project_feed: true

artifacts:
- path: out\*.nupkg
name: Package
- path: 'out\*.nupkg'
- path: 'out\*.snupkg'

0 comments on commit bf633d4

Please sign in to comment.