Using build-wrapper with incredibuild

Must-share information (formatted with Markdown):
using SonarQube 8.4 enterprise with azure TFS server
trying to scan c and c++ code which is compiled using incredibuild
executed incerdibuild task from azure tfs:
“E:\ADOAgent”\build-wrapper-win-x86-64.exe --out-dir build_wrapper_output_directory BuildConsole “E:\ADOAgent_work\65\s\Genesis\My.sln” /Rebuild /cfg=“Release|Mixed Platforms” /AvoidLocal=Off /Log=“E:\ADOAgent_work\65\s\Genesis\My.log” /NoLogo /ShowAgent /ShowTime /UseMSBuild /VsVersion=“vc15”

It fails with:
build-wrapper, version 6.11 (win-x86-64)

Copyright (C) 2014-2020 SonarSource SA, info@sonarsource.com

Usage: E:\ADOAgent\build-wrapper-win-x86-64.exe --out-dir

##[error]Cmd.exe exited with code ‘1’.

Finishing: Build My.sln with Incredibuild

Is it even possible to scan code that builds with incredibuild or not ?

Hello @flowbrain

You might find this thread insightful.
Please, tell me if it does not help.