aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-01 12:29:20 -0800
committerRob Mensching <rob@firegiant.com>2021-03-01 12:32:00 -0800
commitc8711decea5eeb7121eca485d099c9f3b60fea05 (patch)
tree39c161298c20e4b7daf381d232bdc2ab61494a21 /appveyor.yml
parent8d5f37e98167a1e5287778880df167e64df29e11 (diff)
downloadwix-c8711decea5eeb7121eca485d099c9f3b60fea05.tar.gz
wix-c8711decea5eeb7121eca485d099c9f3b60fea05.tar.bz2
wix-c8711decea5eeb7121eca485d099c9f3b60fea05.zip
Update to latest build infrastructure
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
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:
21build_script: 21build_script:
22 - appveyor.cmd 22 - appveyor.cmd
23 23
24test: off
25
26pull_requests: 24pull_requests:
27 do_not_increment_build_number: true 25 do_not_increment_build_number: true
28 26
@@ -35,8 +33,8 @@ skip_tags: true
35artifacts: 33artifacts:
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
41notifications: 39notifications:
42- provider: Slack 40- provider: Slack