diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-22 10:44:17 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 10:44:17 -0800 |
commit | 6135ca6f532668ae953a738a3925f4da32b3ae25 (patch) | |
tree | 1ad1f24462b31ecc9d870b41101d5ce98400fb88 /appveyor.yml | |
parent | db8641b5ab125679b028848d1747d7a4cef6fc37 (diff) | |
download | wix-6135ca6f532668ae953a738a3925f4da32b3ae25.tar.gz wix-6135ca6f532668ae953a738a3925f4da32b3ae25.tar.bz2 wix-6135ca6f532668ae953a738a3925f4da32b3ae25.zip |
Update to latest Home\repo-template
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6df37135..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} |
@@ -8,12 +13,8 @@ environment: | |||
8 | DOTNET_CLI_TELEMETRY_OPTOUT: 1 | 13 | DOTNET_CLI_TELEMETRY_OPTOUT: 1 |
9 | NUGET_XMLDOC_MODE: skip | 14 | NUGET_XMLDOC_MODE: skip |
10 | 15 | ||
11 | branches: | ||
12 | only: | ||
13 | - master | ||
14 | |||
15 | build_script: | 16 | build_script: |
16 | - appveyor.cmd | 17 | - appveyor.cmd |
17 | 18 | ||
18 | pull_requests: | 19 | pull_requests: |
19 | do_not_increment_build_number: true | 20 | do_not_increment_build_number: true |
@@ -21,6 +22,7 @@ pull_requests: | |||
21 | nuget: | 22 | nuget: |
22 | disable_publish_on_pr: true | 23 | disable_publish_on_pr: true |
23 | 24 | ||
25 | skip_branch_with_pr: true | ||
24 | skip_tags: true | 26 | skip_tags: true |
25 | 27 | ||
26 | artifacts: | 28 | artifacts: |