Publish Quality Gate Result failed to create a build property

Hi, (first of all sorry for my english)

Since we updated from Azure DevOps server 2019 to 2020 and changed to https://, this task finish but with this warning:

##[warning]Failed to create a build property. Not blocking unless you are using the Sonar Pre-Deployment gate in Release Pipelines. Exception : Error: self signed certificate

We are using:

*Azure DevOps Server 2020
*SonarQube 8.5

  • Publish Quality Gate Result task version 4.8.1

I bring the final part of the log below:

2020-11-05T14:41:12.7130416Z SYSTEMVSSCONNECTION exists true
2020-11-05T14:41:12.7130875Z ##[debug]SYSTEMVSSCONNECTION exists true
2020-11-05T14:41:12.7138831Z SYSTEMVSSCONNECTION exists true
2020-11-05T14:41:12.7140674Z ##[debug]SYSTEMVSSCONNECTION exists true
2020-11-05T14:41:12.7154707Z ##[debug]Acquiring a build API object.
2020-11-05T14:41:13.0374528Z ##[warning]Failed to create a build property. Not blocking unless you are using the Sonar Pre-Deployment gate in Release Pipelines. Exception : Error: self signed certificate
2020-11-05T14:41:13.0376189Z ##[debug]Processed: ##vso[task.issue type=warning;]Failed to create a build property. Not blocking unless you are using the Sonar Pre-Deployment gate in Release Pipelines. Exception : Error: self signed certificate
2020-11-05T14:41:13.0377120Z ##[debug]build.artifactStagingDirectory=C:\agent_work\20\a
2020-11-05T14:41:13.0403116Z ##[debug][SQ] Summary saved at: C:\agent_work\20\a.sqAnalysis\SonarQubeBuildSummary.md
2020-11-05T14:41:13.0404220Z ##[debug][SQ] Uploading build summary from C:\agent_work\20\a.sqAnalysis\SonarQubeBuildSummary.md
2020-11-05T14:41:13.0418276Z ##[debug]Processed: ##vso[task.addattachment type=Distributedtask.Core.Summary;name=SonarQube Analysis Report;]C:\agent_work\20\a.sqAnalysis\SonarQubeBuildSummary.md
2020-11-05T14:41:13.0520208Z ##[section]Finishing: Publish Quality Gate Result

Hi @Cristianrage

As the message said, this is just a warning, and will not affect your build (but we might take a look on our side).

HTH,
Mickaël