diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05a16b06..ee4d67c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,6 +44,7 @@ jobs: pip install aqtinstall mkdir C:\Qt python -m aqt install -O c:\Qt 5.12.4 windows desktop win64_msvc2017_64 + set PATH=%PATH%;C:\Qt\Qt5.12.4\5.12.4\msvc2017_64\bin choco install -y wget wget "https://sourceforge.net/projects/sevenzip/files/7-Zip/18.05/7z1805-src.7z" -P $(Build.SourcesDirectory)\compressed_archive 7z x $(Build.SourcesDirectory)\compressed_archive\7z1805-src.7z -o$(Build.SourcesDirectory)\compressed_archive\lib7zip