From c95aa6796a28a74bc3a875fde8c7407c6d5c00ba Mon Sep 17 00:00:00 2001 From: Luk Vermeulen Date: Sat, 4 Jul 2020 18:55:50 +0200 Subject: [PATCH] include symbols --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f0190310..7b8edeb9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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