Skip to content

Commit

Permalink
include symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
lvermeulen committed Jul 4, 2020
1 parent d584a88 commit c95aa67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ build_script:
#before_test:
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
artifacts:
- path: '.\artifacts\*.[s]*nupkg'
- path: '.\artifacts\*.nupkg'
deploy:
- provider: NuGet
api_key:
secure: Uft/AgWL0ObDUb6hWLhsftRR1sNhLa5vONUcVa/2KjVAYZApxZD6ckJ+ABFQs3bB
skip_symbols: true
artifact: /.*\.[s]*nupkg/
skip_symbols: false
artifact: /.*\.nupkg/
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit c95aa67

Please sign in to comment.