From c70d714e00e4edc4d4178d666577ac059922b919 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 16:57:10 +0200 Subject: [PATCH] Add qt bin to the path take 2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8bc45485..813da3c4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -112,7 +112,7 @@ jobs: certSecureFile: 'developerID_application.p12' certPwd: $(P12Password) - script: | - export PATH=$PATH:/Users/runner/work/1/s/6.3.1/macos/bin/ + 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"