summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2017-07-03 18:10:34 +0100
committerChris Wilson <chris+github@qwirx.com>2017-09-16 20:50:55 +0100
commit94ec413235f38419bf70a084a37808b6ae8bc09f (patch)
tree75be628ffa99de4b9aafad3f82fd26861fcda771
parentc0ff77b8a73e0b7804a9eac26b59603e06d1cbc0 (diff)
Remove Xamarin to remove 500 lines of junk from build logs
See http://help.appveyor.com/discussions/problems/4569-the-target-_convertpdbfiles-listed-in-a-beforetargets-attribute-at-c-does-not-exist-in-the-project-and-will-be-ignored for details. (cherry picked from commit 019025deceff49485b03593f7a77a570d960546a)
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0ca5d8ee..0ec97f65 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -42,6 +42,11 @@ build:
project: ..\cmake\BoxBackup_Windows.sln
verbosity: minimal
+# Remove Xamarin to remove 500 lines of junk from build logs
+# http://help.appveyor.com/discussions/problems/4569-the-target-_convertpdbfiles-listed-in-a-beforetargets-attribute-at-c-does-not-exist-in-the-project-and-will-be-ignored
+before_build:
+ - del "C:\Program Files (x86)\MSBuild\4.0\Microsoft.Common.Targets\ImportAfter\Xamarin.Common.targets"
+
install:
# test_bbackupd needs 7zip (or cmake -E tar) to extract tar archives on Windows:
- cinst -y --limit-output 7zip.commandline nsis.portable