Skip to content

Commit 23d5280

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 4dae832 commit 23d5280

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adt_pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ pool:
22
name: Azure Pipelines
33
demands: java
44

5+
variables:
6+
buildConfiguration: 'Release'
7+
prPipeline: $[eq(variables['Build.Reason'], 'PullRequest')]
8+
59
steps:
610
- task: SonarSource.sonarcloud.14d9cde6-c1da-4d55-aa01-2965cd301255.SonarCloudPrepare@1
711
displayName: 'Prepare analysis on SonarCloud'

0 commit comments

Comments
 (0)