aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-22 10:44:17 -0800
committerRob Mensching <rob@firegiant.com>2018-12-22 10:44:17 -0800
commit6135ca6f532668ae953a738a3925f4da32b3ae25 (patch)
tree1ad1f24462b31ecc9d870b41101d5ce98400fb88 /appveyor.yml
parentdb8641b5ab125679b028848d1747d7a4cef6fc37 (diff)
downloadwix-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.yml12
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
1image: Visual Studio 2017 6image: Visual Studio 2017
2 7
3version: 0.0.0.{build} 8version: 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
11branches:
12 only:
13 - master
14
15build_script: 16build_script:
16- appveyor.cmd 17 - appveyor.cmd
17 18
18pull_requests: 19pull_requests:
19 do_not_increment_build_number: true 20 do_not_increment_build_number: true
@@ -21,6 +22,7 @@ pull_requests:
21nuget: 22nuget:
22 disable_publish_on_pr: true 23 disable_publish_on_pr: true
23 24
25skip_branch_with_pr: true
24skip_tags: true 26skip_tags: true
25 27
26artifacts: 28artifacts: