diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:29:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:32:00 -0800 |
commit | c8711decea5eeb7121eca485d099c9f3b60fea05 (patch) | |
tree | 39c161298c20e4b7daf381d232bdc2ab61494a21 /appveyor.yml | |
parent | 8d5f37e98167a1e5287778880df167e64df29e11 (diff) | |
download | wix-c8711decea5eeb7121eca485d099c9f3b60fea05.tar.gz wix-c8711decea5eeb7121eca485d099c9f3b60fea05.tar.bz2 wix-c8711decea5eeb7121eca485d099c9f3b60fea05.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 |