aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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