mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Disable stylecop for backend build on azure
Linting issues are picked up by the analyze task
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user