From ee8bb3f35024c3567ffe590d4492198f53b61bb1 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 22 Dec 2018 10:53:07 -0800 Subject: Update to latest Home\repo-template --- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index de479e6a..d55322da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,8 @@ +# 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. +# +# Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml +# then update all of the repos. + image: Visual Studio 2017 version: 0.0.0.{build} @@ -9,7 +14,7 @@ environment: NUGET_XMLDOC_MODE: skip build_script: -- appveyor.cmd + - appveyor.cmd pull_requests: do_not_increment_build_number: true -- cgit v1.2.3-55-g6feb