diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2cc94837a..b407b214b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,6 +44,9 @@ stages: pool: vmImage: $(imageName) + variables: + # Disable stylecop here - linting errors get caught by the analyze task + EnableStylecop: 'false' steps: # Set the build name properly. The 'name' property won't recursively expand so hack here: - powershell: Write-Host "##vso[build.updatebuildnumber]$($env:READARRVERSION)" diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7f0c3887f..bf8f12fa2 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -92,7 +92,7 @@ - + all