From 1ef0b9b7e7e06febfb4a4764b4a7d0722499f800 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:26:07 +0800 Subject: [PATCH] debian-sid --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index afe98bcb099..29970111d9d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -840,6 +840,10 @@ jobs: # 11 deb_system: debian distro: bullseye + Sid: + # sid + deb_system: debian + distro: sid steps: - task: Bash@3 displayName: 'Build $(deb_system) $(distro) Package'