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 Jul 17, 2024
1 parent d35fa11 commit 8cd39f6
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 @@ -23,7 +23,7 @@ steps:
restoreSolution: '$(solution)'
verbosityRestore: Quiet

- task: SonarCloudPrepare@1
- task: SonarCloudPrepare@2
displayName: 'Prepare analysis on SonarCloud'
inputs:
SonarCloud: Sonarcloud
Expand Down Expand Up @@ -73,10 +73,10 @@ steps:
TargetFolder: '$(build.artifactstagingdirectory)'
condition: succeededOrFailed()

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

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

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 8cd39f6

Please sign in to comment.