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: