From b5017ff7dce667dc9b0871cf66d09a51dc4c7a3d Mon Sep 17 00:00:00 2001 From: Christina Tempelaar-Lietz Date: Mon, 16 Sep 2019 19:25:13 -0700 Subject: [PATCH] Change Azure SonarCloud job to run for every PR, rather than only for manual or scheduled builds. Signed-off-by: Christina Tempelaar-Lietz --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d03c06300b..a241c37920 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,7 +83,6 @@ jobs: # ------------------------------------------------------------------------------ - job: SonarCloud displayName: SonarCloud Ubuntu 16.04 VFX CY2019 - condition: in(variables['Build.Reason'], 'Manual', 'Schedule') timeoutInMinutes: 360 pool: vmImage: 'ubuntu-16.04'