From 86e04099fab7eabd26c9c654c0311cf0c5ba2002 Mon Sep 17 00:00:00 2001 From: Julius Pfrommer Date: Sun, 23 Mar 2025 21:12:53 +0100 Subject: [PATCH] refactor(ci): Disable Debian package builds on Azure These are now built in Debian's Salsa CI infrastructure --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5bf4fffc4..967a9e2f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,4 +9,4 @@ trigger: jobs: - template: ./.azure-pipelines/azure-pipelines-win.yml - - template: ./.azure-pipelines/azure-pipelines-dist.yml \ No newline at end of file +# - template: ./.azure-pipelines/azure-pipelines-dist.yml \ No newline at end of file