diff options
Diffstat (limited to '')
-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 |