diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-22 16:58:03 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:36:05 -0700 |
commit | 9c2aed97299fb96aeee3f1471ce40225437aaecf (patch) | |
tree | fb871916c7878eecbcdf866d7d4b2fea5c0401c9 /appveyor.yml | |
parent | b6c44ffcf2ef7a706598fe218523ec377e96cc47 (diff) | |
download | wix-9c2aed97299fb96aeee3f1471ce40225437aaecf.tar.gz wix-9c2aed97299fb96aeee3f1471ce40225437aaecf.tar.bz2 wix-9c2aed97299fb96aeee3f1471ce40225437aaecf.zip |
Integrate new build scripts with signing support
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index e4d25586..364569cf 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -35,6 +35,8 @@ skip_tags: true | |||
35 | artifacts: | 35 | artifacts: |
36 | - path: build\Release\**\*.nupkg | 36 | - path: build\Release\**\*.nupkg |
37 | name: nuget | 37 | name: nuget |
38 | - path: build\Release\**\*.snupkg | ||
39 | name: snupkg | ||
38 | 40 | ||
39 | notifications: | 41 | notifications: |
40 | - provider: Slack | 42 | - provider: Slack |