diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-22 09:10:56 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 10:54:10 -0800 |
commit | c90ae13f242350786cf9103330c28e660d35eeb8 (patch) | |
tree | c7bfda4707483efa9eb67bba5ec32d340b7997cd /appveyor.yml | |
parent | 77b1c956e6037717f98ae01c2ff4e989c0252db8 (diff) | |
download | wix-c90ae13f242350786cf9103330c28e660d35eeb8.tar.gz wix-c90ae13f242350786cf9103330c28e660d35eeb8.tar.bz2 wix-c90ae13f242350786cf9103330c28e660d35eeb8.zip |
Update to latest Home\repo-template
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0c74d54b..d55322da 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,3 +1,8 @@ | |||
1 | # Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
2 | # | ||
3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml | ||
4 | # then update all of the repos. | ||
5 | |||
1 | image: Visual Studio 2017 | 6 | image: Visual Studio 2017 |
2 | 7 | ||
3 | version: 0.0.0.{build} | 8 | version: 0.0.0.{build} |
@@ -17,6 +22,7 @@ pull_requests: | |||
17 | nuget: | 22 | nuget: |
18 | disable_publish_on_pr: true | 23 | disable_publish_on_pr: true |
19 | 24 | ||
25 | skip_branch_with_pr: true | ||
20 | skip_tags: true | 26 | skip_tags: true |
21 | 27 | ||
22 | artifacts: | 28 | artifacts: |