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