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
Debaerdm committed Aug 27, 2020
1 parent 29941ca commit 2b20396
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ steps:

- script: npm test -- --coverage
displayName: 'npm run test:coverage'

- task: SonarCloudAnalyze@1
displayName: 'Run Code Analysis'
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'False'))

- task: SonarCloudPublish@1
displayName: 'Publish Quality Gate Result'
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'False'))

0 comments on commit 2b20396

Please sign in to comment.