diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 3d9947779..2ff317a72 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -80,7 +80,9 @@ jobs: git config --global user.name "$(Build.RequestedFor)" mkdir -p ~/.local/share/snapcraft/provider/launchpad cp $(credentials.secureFilePath) ~/.local/share/snapcraft/provider/launchpad/credentials + export TERM=linux python3 tools/snap/build_remote.py ALL --archs amd64 arm64 armhf + find . -iname *.snap displayName: Build Certbot + DNS plugins snaps - script: | mv *.snap $(Build.ArtifactStagingDirectory)