diff options
author | Rob Mensching <rob@firegiant.com> | 2019-02-01 14:32:57 -0800 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2019-02-01 14:37:02 -0800 |
commit | e8d9c70934d8cae0d2769ab6ca5ad40d5f506968 (patch) | |
tree | 45cb15c5cdaaf2547089a4c01d7a144b2943d79e /appveyor.yml | |
parent | 28779cbbaa5fcba61009d416654345d50a96fa91 (diff) | |
download | wix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.tar.gz wix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.tar.bz2 wix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.zip |
Integrate thmviewer.exe and thmviewer.msi
Cannot build MSI until a few fixes are made to WixToolset.Core. Will
enable this later.
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index c1df03cc..8d80c6af 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\**\*.msi | ||
37 | name: msi | ||
36 | 38 | ||
37 | notifications: | 39 | notifications: |
38 | - provider: Slack | 40 | - provider: Slack |