From acd167e3ffdd95724475e714efea91bdfefc3d27 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 20 Aug 2020 21:58:38 -0400 Subject: [PATCH] Disable stylecop for backend build on azure Co-Authored-By: ta264 --- azure-pipelines.yml | 3 +++ src/Directory.Build.props | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b6e62af9e..9f13aae33 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,6 +68,9 @@ stages: pool: vmImage: $(imageName) + variables: + # Disable stylecop here - linting errors get caught by the analyze task + EnableAnalyzers: 'false' steps: - checkout: self submodules: true diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7dd692701..9acacd5bb 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -91,7 +91,7 @@ - + all