mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Fixed: removed quote from extra properties
This commit is contained in:
parent
8f0d18a9c7
commit
b69de88e8e
1 changed files with 2 additions and 2 deletions
|
@ -40,13 +40,13 @@ stages:
|
||||||
extraProperties: |
|
extraProperties: |
|
||||||
sonar.branch.name=$(Build.SourceBranchName)
|
sonar.branch.name=$(Build.SourceBranchName)
|
||||||
sonar.language=java
|
sonar.language=java
|
||||||
sonar.projectKey=james-flynn-ie_spring-petclinic'
|
sonar.projectKey=james-flynn-ie_spring-petclinic
|
||||||
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
||||||
extraProperties: |
|
extraProperties: |
|
||||||
sonar.pullrequest.key=$(System.PullRequest.pullRequestNumber)
|
sonar.pullrequest.key=$(System.PullRequest.pullRequestNumber)
|
||||||
sonar.pullrequest.branch=$(Build.SourceBranchName)
|
sonar.pullrequest.branch=$(Build.SourceBranchName)
|
||||||
sonar.pullrequest.base=$(System.PullRequest.TargetBranch)
|
sonar.pullrequest.base=$(System.PullRequest.TargetBranch)
|
||||||
sonar.projectKey=james-flynn-ie_spring-petclinic'
|
sonar.projectKey=james-flynn-ie_spring-petclinic
|
||||||
|
|
||||||
# https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/maven?view=azure-devops
|
# https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/maven?view=azure-devops
|
||||||
- task: Maven@3
|
- task: Maven@3
|
||||||
|
|
Loading…
Reference in a new issue