From 6d7e1db5e5a27b9c7796859340986e5cae82905f Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 8 Jun 2019 07:31:03 +0200 Subject: [PATCH] Disable building Magick.NET tests because of a rewrite in that project. --- build/check-tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/check-tests.sh b/build/check-tests.sh index bcab6b53b..a75de8f33 100755 --- a/build/check-tests.sh +++ b/build/check-tests.sh @@ -1,5 +1,5 @@ #!/bin/bash -if git diff --name-only HEAD~1 HEAD | grep ChangeLog; then - echo "##vso[task.setvariable variable=RunTests;isOutput=true]true" -fi \ No newline at end of file +#if git diff --name-only HEAD~1 HEAD | grep ChangeLog; then +# echo "##vso[task.setvariable variable=RunTests;isOutput=true]true" +#fi \ No newline at end of file -- 2.40.0