Skip to content

Commit

Permalink
Update azure-pipelines-sc-v1.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-paulger-sonarsource committed May 30, 2024
1 parent 0b9f46e commit 506f6d5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions azure-pipelines-sc-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ steps:
versionSpec: "18.x"
displayName: "Install Node.js"

- task: SonarCloudPrepare@1
- task: SonarCloudPrepare@2
inputs:
SonarCloud: 'SonarCloud'
organization: 'lucas-paulger-sonarsource'
scannerMode: 'MSBuild'
projectKey: 'lucas-paulger-sonarsource_react-demo'
projectName: 'react-demo'
scannerMode: 'CLI'
cliVersion: '5.0.1.3006'
configMode: 'manual'
cliProjectKey: 'lucas-paulger-sonarsource_react-demo'
cliProjectName: 'react-demo'
cliSources: '.'

- task: SonarCloudAnalyze@1
inputs:
Expand Down

0 comments on commit 506f6d5

Please sign in to comment.