diff options
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 |