From c114d68503c64f928d07f2e2fcd52cbc8d6626b7 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Wed, 10 Jun 2020 12:31:02 +0300 Subject: [PATCH] Enable Windows on every commit, take 2 Signed-off-by: Lauri Nevala --- .azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 45a8085abf..3aca60704a 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -13,7 +13,6 @@ trigger: - "*" jobs: - job: Windows - condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))" pool: vmImage: windows-2019 strategy: