diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d5ede30..b7a73f1a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -209,11 +209,14 @@ jobs: - ${{ if and(eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/luisangelsm/'), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))) }}: - group: macos-codesign pool: - vmImage: 'macOS-latest' + vmImage: 'macOS-11' steps: - script: | - pip3 install aqtinstall - python3 -m aqt install 5.15.10 mac desktop + brew install qt@5 + brew link qt@5 --force + brew install create-dmg + brew install node + brew link --overwrite node npm install -g appdmg mkdir $(Build.SourcesDirectory)\compressed_archive wget "https://github.com/YACReader/yacreader-7z-deps/blob/main/7z2301-src.7z?raw=true" -O $(Build.SourcesDirectory)/compressed_archive/7z2301-src.7z