diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:36:48 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 14:04:39 -0800 |
commit | 45d84392eed8a1e6eae4f906ab382858ca23d740 (patch) | |
tree | 5d3957db8aa889ee3815d9cad2f13281c8ff43c0 /appveyor.yml | |
parent | ed6d7629e6e8bebdd7335c099e03140998a91032 (diff) | |
download | wix-45d84392eed8a1e6eae4f906ab382858ca23d740.tar.gz wix-45d84392eed8a1e6eae4f906ab382858ca23d740.tar.bz2 wix-45d84392eed8a1e6eae4f906ab382858ca23d740.zip |
Update to latest build infrastructure
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 7c686b04..c53cc9cc 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -33,6 +33,8 @@ skip_tags: true | |||
33 | artifacts: | 33 | artifacts: |
34 | - path: build\Release\**\*.nupkg | 34 | - path: build\Release\**\*.nupkg |
35 | name: nuget | 35 | name: nuget |
36 | - path: build\Release\**\*.snupkg | ||
37 | name: snupkg | ||
36 | 38 | ||
37 | notifications: | 39 | notifications: |
38 | - provider: Slack | 40 | - provider: Slack |