aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-05-09 15:12:54 -0700
committerRob Mensching <rob@firegiant.com>2019-05-09 15:42:36 -0700
commit1ec68f7c9925536e9f11f5f849eb812a99dfa8ce (patch)
tree18aaba72609b397504cae8e37577d65de3d6a828 /appveyor.yml
parent570c113409a6aaab462efec8e223e75a89e4ded0 (diff)
downloadwix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.tar.gz
wix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.tar.bz2
wix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.zip
Support VS2019
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
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
6image: Visual Studio 2017 6branches:
7 only:
8 - master
9 - develop
10
11image: Visual Studio 2019 Preview
7 12
8version: 0.0.0.{build} 13version: 0.0.0.{build}
9configuration: Release 14configuration: Release
@@ -28,6 +33,8 @@ skip_tags: true
28artifacts: 33artifacts:
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
32notifications: 39notifications:
33- provider: Slack 40- provider: Slack