Updated azure-pipelines.yml
4a807e86
Mickaël Caro
committed
succeeded
1 changed file
azure-pipelines.yml
/azure-pipelines.yml-2+1
/azure-pipelines.yml
Add comment 18 inputs:
Add comment 19 targetType: 'inline'
Add comment 20 script: |
Add comment 21 Minus   $jdkPath = '/usr/lib/jvm/zulu-11-azure-amd64'
Add comment 22 Minus   echo "##vso[task.setvariable variable=JAVA_HOME]$jdkPath"
Add comment 21 Plus   echo "##vso[task.setvariable variable=JAVA_HOME]$JAVA_HOME_11_X64"
Add comment 23 22
Add comment 24 23 - task: SonarCloudPrepare@1
Add comment 25 24 displayName: 'Prepare analysis configuration'