mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Update SonarCloud pipeline versions for UI
This commit is contained in:
parent
1423ad6aa4
commit
558043f1b2
1 changed files with 2 additions and 2 deletions
|
@ -1116,7 +1116,7 @@ stages:
|
|||
vmImage: ${{ variables.windowsImage }}
|
||||
steps:
|
||||
- checkout: self # Need history for Sonar analysis
|
||||
- task: SonarCloudPrepare@1
|
||||
- task: SonarCloudPrepare@2
|
||||
env:
|
||||
SONAR_SCANNER_OPTS: ''
|
||||
inputs:
|
||||
|
@ -1128,7 +1128,7 @@ stages:
|
|||
cliProjectName: 'RadarrUI'
|
||||
cliProjectVersion: '$(radarrVersion)'
|
||||
cliSources: './frontend'
|
||||
- task: SonarCloudAnalyze@1
|
||||
- task: SonarCloudAnalyze@2
|
||||
|
||||
- job: Api_Docs
|
||||
displayName: API Docs
|
||||
|
|
Loading…
Reference in a new issue