diff options
author | Rob Mensching <rob@firegiant.com> | 2019-05-09 15:12:54 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-05-09 15:42:36 -0700 |
commit | 1ec68f7c9925536e9f11f5f849eb812a99dfa8ce (patch) | |
tree | 18aaba72609b397504cae8e37577d65de3d6a828 /appveyor.yml | |
parent | 570c113409a6aaab462efec8e223e75a89e4ded0 (diff) | |
download | wix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.tar.gz wix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.tar.bz2 wix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.zip |
Support VS2019
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d55322da..6df525ad 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -3,7 +3,12 @@ | |||
3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml | 3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml |
4 | # then update all of the repos. | 4 | # then update all of the repos. |
5 | 5 | ||
6 | image: Visual Studio 2017 | 6 | branches: |
7 | only: | ||
8 | - master | ||
9 | - develop | ||
10 | |||
11 | image: Visual Studio 2019 Preview | ||
7 | 12 | ||
8 | version: 0.0.0.{build} | 13 | version: 0.0.0.{build} |
9 | configuration: Release | 14 | configuration: Release |
@@ -28,6 +33,8 @@ skip_tags: true | |||
28 | artifacts: | 33 | artifacts: |
29 | - path: build\Release\**\*.nupkg | 34 | - path: build\Release\**\*.nupkg |
30 | name: nuget | 35 | name: nuget |
36 | - path: build\Release\**\*.msi | ||
37 | name: msi | ||
31 | 38 | ||
32 | notifications: | 39 | notifications: |
33 | - provider: Slack | 40 | - provider: Slack |