From 3fc60dc56d95e924025f7c1c8fe9652b7f0f2dad Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 11 Mar 2021 21:09:21 +0000 Subject: [PATCH] Run Analysis on Linux main build (leaving in failed state to test) (cherry picked from commit be40a0d7381278c3225e9faa0230cb1dcceeb794) --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a4cd18900..668492293 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,18 +59,21 @@ stages: Linux: osName: 'Linux' imageName: 'ubuntu-18.04' + enableAnalysis: 'true' Mac: osName: 'Mac' imageName: 'macos-10.14' + enableAnalysis: 'false' Windows: osName: 'Windows' imageName: 'windows-2019' + enableAnalysis: 'false' pool: vmImage: $(imageName) variables: # Disable stylecop here - linting errors get caught by the analyze task - EnableAnalyzers: 'false' + EnableAnalyzers: $(enableAnalysis) steps: - checkout: self submodules: true