aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-12-22 10:53:07 -0800
committerRob Mensching <rob@firegiant.com>2018-12-22 10:53:07 -0800
commitee8bb3f35024c3567ffe590d4492198f53b61bb1 (patch)
tree821cc09fb31e6ae165e08ab2099e6ee133530602 /appveyor.yml
parent65a9e0b609f6b25e0e138eef9e8bb58cd98120d9 (diff)
downloadwix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.tar.gz
wix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.tar.bz2
wix-ee8bb3f35024c3567ffe590d4492198f53b61bb1.zip
Update to latest Home\repo-template
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index de479e6a..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}
@@ -9,7 +14,7 @@ environment:
9 NUGET_XMLDOC_MODE: skip 14 NUGET_XMLDOC_MODE: skip
10 15
11build_script: 16build_script:
12- appveyor.cmd 17 - appveyor.cmd
13 18
14pull_requests: 19pull_requests:
15 do_not_increment_build_number: true 20 do_not_increment_build_number: true