diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-01 10:05:08 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:23:34 -0800 |
commit | ead8def989c291fa8f9e31760fd2c7a815595481 (patch) | |
tree | 33419f23daa5f88c690d75913a6f6bdaa1c4d7a1 /appveyor.yml | |
parent | 5fd1b7ff82f17d55c8357fe76898a1bdc5953476 (diff) | |
download | wix-ead8def989c291fa8f9e31760fd2c7a815595481.tar.gz wix-ead8def989c291fa8f9e31760fd2c7a815595481.tar.bz2 wix-ead8def989c291fa8f9e31760fd2c7a815595481.zip |
Update to latest build infrastructure
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index f602d07c..c53cc9cc 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -21,8 +21,6 @@ environment: | |||
21 | build_script: | 21 | build_script: |
22 | - appveyor.cmd | 22 | - appveyor.cmd |
23 | 23 | ||
24 | test: off | ||
25 | |||
26 | pull_requests: | 24 | pull_requests: |
27 | do_not_increment_build_number: true | 25 | do_not_increment_build_number: true |
28 | 26 | ||
@@ -35,8 +33,8 @@ skip_tags: true | |||
35 | artifacts: | 33 | artifacts: |
36 | - path: build\Release\**\*.nupkg | 34 | - path: build\Release\**\*.nupkg |
37 | name: nuget | 35 | name: nuget |
38 | - path: build\Release\**\*.msi | 36 | - path: build\Release\**\*.snupkg |
39 | name: msi | 37 | name: snupkg |
40 | 38 | ||
41 | notifications: | 39 | notifications: |
42 | - provider: Slack | 40 | - provider: Slack |