Build wrapper.exe on Azure DevOps build defnition

Hi,
I’m trying to scan a CPP solution through Azure Build pipeline.
I’m using data center edition sonarqube 7.7 and latest scanner.
I’ve downloaded the build wrapper win 64 bit on my build server as I am using private agents

However I am struggling to pass the arguments for build wrapper within ADO build defnition.

Can someone please help if I need to called the build wrapper argument in Sonarqube prep task or while compiling solution how do I pass…any sample ADO build definition configuration will help

Hello @chaitu358,

did you succeed in passing arguments to build-wrapper?
Where are you exactly struggling?

Yes thanks for your response. I was able to successfully pass the arguments as a CLI task in ADO that included building solution file along with sonar analysis.

Great, thank you for your answer!