From 9418dc1a4d4643a603a68e58ff420177ea3e2498 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 17 Jan 2022 00:53:12 +0100 Subject: [PATCH] re-enable non-nix builds on azure --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7c9dd6166..9bdd885725 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,6 @@ trigger: jobs: - job: Linux - condition: false pool: vmImage: 'ubuntu-20.04' steps: @@ -37,7 +36,6 @@ jobs: buildPlatform: 'x86_64-linux' - job: macOS - condition: false pool: vmImage: 'macOS-10.15' steps: