From 735c760ff1b3172af47515803d892ff8512afe63 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Tue, 23 Aug 2016 02:58:58 +0200 Subject: [PATCH] Appveyor: Reduce build output noise. Before the build, delete the file "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets", Otherwise several "target does not exist and will be ignored" messages are printed. --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b442d45a9..786672e4b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,6 +56,11 @@ install: nmake /f windows/Makefile.vc build_libs +before_build: +# This file is deleted to reduce noise in the build output. Otherwise several +# "target does not exist and will be ignored" messages are printed. +- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" + build_script: # Ghostscript only has to be configured when MSYS2 or Cygwin are enabled. ## Add Ghostscript folder to the path so ps2pdf can be called to create docs. -- 2.40.0