diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-22 10:53:07 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 10:53:07 -0800 |
commit | ee8bb3f35024c3567ffe590d4492198f53b61bb1 (patch) | |
tree | 821cc09fb31e6ae165e08ab2099e6ee133530602 /appveyor.yml | |
parent | 65a9e0b609f6b25e0e138eef9e8bb58cd98120d9 (diff) | |
download | wix-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.yml | 7 |
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 | |||
1 | image: Visual Studio 2017 | 6 | image: Visual Studio 2017 |
2 | 7 | ||
3 | version: 0.0.0.{build} | 8 | version: 0.0.0.{build} |
@@ -9,7 +14,7 @@ environment: | |||
9 | NUGET_XMLDOC_MODE: skip | 14 | NUGET_XMLDOC_MODE: skip |
10 | 15 | ||
11 | build_script: | 16 | build_script: |
12 | - appveyor.cmd | 17 | - appveyor.cmd |
13 | 18 | ||
14 | pull_requests: | 19 | pull_requests: |
15 | do_not_increment_build_number: true | 20 | do_not_increment_build_number: true |