mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 23:35:50 +00:00
Added: echo of variable for debugging
This commit is contained in:
parent
fd95717cfc
commit
817287ce04
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ jobs:
|
|||
- job: BuildTestDeploy
|
||||
displayName: Build Test and Deploy spring-petclinic Java Web App
|
||||
steps:
|
||||
- task: PowerShell@1
|
||||
inputs:
|
||||
inlineScript: echo $(SonarExtraProperties)
|
||||
- script: echo $(SonarExtraProperties)
|
||||
|
||||
# Azure DevOps extension for configuring SonarCloud properties
|
||||
# see: https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud
|
||||
|
|
Loading…
Reference in a new issue