From cec02f8440656a42f537efada44242f0e3175c07 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 3 Jan 2022 21:56:36 +0100 Subject: [PATCH] it's 'condition' --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 121b3f8b57..31e9796639 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: jobs: - job: Linux - enabled: false + condition: false pool: vmImage: 'ubuntu-20.04' steps: @@ -40,7 +40,7 @@ jobs: buildPlatform: 'x86_64-linux' - job: macOS - enabled: false + condition: false pool: vmImage: 'macOS-10.15' steps: @@ -69,7 +69,7 @@ jobs: buildPlatform: 'x86_64-macos' - job: nix_68k - enabled: false + condition: false pool: vmImage: 'ubuntu-20.04' steps: