Hi there,
i am using sonarscanner for building application
SonarScanner.MSBuild.exe begin /k:"project-key" /d:sonar.login="<token>"
MSBuild.exe <**REMOTE** path to solution.sln> /t:Rebuild
SonarScanner.MSBuild.exe end /d:sonar.login="<token>"
I am trying to execute the three steps for a remote folder so the first step is going ok and the second one also going ok but i got a problem with the third step, I got a problem an the error as follow :
SonarScanner for MSBuild 5.2
Using the .NET Framework version of the Scanner for MSBuild
13:37:19.795 Generation of the sonar-properties file failed. Unable to complete the analysis.
but when i copy the project to local folder and again try the same steps for local folder everything went fine.
so what i want to ask that is there a limitation for executing Postprocessing step after successfully build a remote application .
many thanks