From: Erwin Janssen Date: Tue, 23 Aug 2016 00:58:58 +0000 (+0200) Subject: Appveyor: Reduce build output noise. X-Git-Tag: untagged-897b348e31e4e52e8698^2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=735c760ff1b3172af47515803d892ff8512afe63;p=graphviz 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. --- 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.