From ed20264eadad96d94b82c0a72f02e7430d7a2fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Sat, 10 Sep 2022 20:27:17 +0200 Subject: [PATCH] Try to make qt available in PATH for all tasks --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04ad1a54..2fdd1c51 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,6 +97,7 @@ jobs: - script: | pip3 install aqtinstall python3 -m aqt install 6.3.1 mac desktop -m qt5compat qtmultimedia + echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.3.1/macos/bin' brew install create-dmg brew install node brew link --overwrite node @@ -112,7 +113,6 @@ jobs: certSecureFile: 'developerID_application.p12' certPwd: $(P12Password) - script: | - export PATH=$(Build.SourcesDirectory)/6.3.1/macos/bin:$PATH cd $(Build.SourcesDirectory) VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )" echo "Trying to know if we are in a forked repo: $IS_FORK"