Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Jun 23, 2024
1 parent 9f44be1 commit 05270d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
projects: '$(Solution)'
verbosityRestore: Minimal

- task: SonarCloudPrepare@1
- task: SonarCloudPrepare@2
displayName: 'Prepare SonarCloud analysis'
inputs:
SonarCloud: 'Sonarcloud'
Expand Down Expand Up @@ -60,10 +60,10 @@ steps:
configuration: '$(BuildConfiguration)'
rerunFailedTests: true

- task: SonarCloudAnalyze@1
- task: SonarCloudAnalyze@2
displayName: 'Run SonarCloud Analysis'

- task: SonarCloudPublish@1
- task: SonarCloudPublish@2
displayName: 'Publish SonarCloud Quality Gate'

- task: CopyFiles@2
Expand Down

0 comments on commit 05270d6

Please sign in to comment.