mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-03 22:36:22 +01:00
Moved Analysis to Backend Build Linux
This commit is contained in:
parent
d932beba50
commit
3b1dc1fa36
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
@ -709,6 +712,7 @@ stages:
|
|||
|
||||
variables:
|
||||
disable.coverage.autogenerate: 'true'
|
||||
EnableAnalyzers: 'false'
|
||||
|
||||
pool:
|
||||
vmImage: windows-2019
|
||||
|
|
|
|||
Loading…
Reference in a new issue