diff options
author | Rob Mensching <rob@firegiant.com> | 2018-11-03 00:17:06 -0700 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2018-11-03 00:22:34 -0700 |
commit | 8592a35ebf66a813d2094294f8769d5f2b8c82f8 (patch) | |
tree | 73f64300088e8269480629abb0863cd38f9a43aa /appveyor.yml | |
parent | 3d49b0591a6fa2dc88c8df8915959959f81f4471 (diff) | |
download | wix-8592a35ebf66a813d2094294f8769d5f2b8c82f8.tar.gz wix-8592a35ebf66a813d2094294f8769d5f2b8c82f8.tar.bz2 wix-8592a35ebf66a813d2094294f8769d5f2b8c82f8.zip |
Try to optimize AppVeyor behavior
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 49a9f928..de479e6a 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -17,6 +17,7 @@ pull_requests: | |||
17 | nuget: | 17 | nuget: |
18 | disable_publish_on_pr: true | 18 | disable_publish_on_pr: true |
19 | 19 | ||
20 | skip_branch_with_pr: true | ||
20 | skip_tags: true | 21 | skip_tags: true |
21 | 22 | ||
22 | artifacts: | 23 | artifacts: |