From 1ec68f7c9925536e9f11f5f849eb812a99dfa8ce Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 9 May 2019 15:12:54 -0700 Subject: Support VS2019 --- appveyor.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index d55322da..6df525ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,12 @@ # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml # then update all of the repos. -image: Visual Studio 2017 +branches: + only: + - master + - develop + +image: Visual Studio 2019 Preview version: 0.0.0.{build} configuration: Release @@ -28,6 +33,8 @@ skip_tags: true artifacts: - path: build\Release\**\*.nupkg name: nuget +- path: build\Release\**\*.msi + name: msi notifications: - provider: Slack -- cgit v1.2.3-55-g6feb