CI ms-dos build: 1 warning was logged as 2 due to set -x

This commit is contained in:
nhmall
2022-12-02 00:23:46 -05:00
parent df0c65ce41
commit 225af4ed4b

View File

@@ -120,6 +120,7 @@ if [ ! -d djgpp/djgpp-patch ]; then
if [ -z "${TF_BUILD}" ]; then
echo "Unable to complete the build, exiting..."
else
set +x
echo "##vso[task.logissue type=warning;]Trouble downloading djgpp-patch"
fi
exit 121