Skip to content

Commit

Permalink
Added sonar cloud set up
Browse files Browse the repository at this point in the history
  • Loading branch information
cpwevans committed Mar 2, 2022
1 parent 397e283 commit 3433c46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ trigger:
batch: true
branches:
include:
- "*"

pr:
- master
- "master"

variables:
- group: "ESFA - SonarCloud"
Expand All @@ -19,7 +16,7 @@ resources:
- repository: das-platform-building-blocks
type: github
name: SkillsFundingAgency/das-platform-building-blocks
ref: refs/tags/0.4.10
ref: refs/tags/0.4.37
endpoint: SkillsFundingAgency

stages:
Expand All @@ -36,7 +33,6 @@ stages:

- template: azure-pipelines-templates/build/step/app-build.yml@das-platform-building-blocks
parameters:
SonarCloud: false
SonarCloudProjectKey: SkillsFundingAgency_das-apply-service

- template: azure-pipelines-templates/build/step/dependency-check.yml@das-platform-building-blocks
Expand Down

0 comments on commit 3433c46

Please sign in to comment.