Sonarscanner for MsBuild keep failing

The sonarscanner keeps failing here for a dotnet project running build from a dockerfile.

Before then the sonarscanner has already been installed



These are the logs

Hi @babageedhey,

this usually occurs if between the begin and end step there is no .Net project or solution build. Since we don’t support incremental builds, it has to be a full one (dotnet build --no-incremental or msbuild /t:rebuild)

Are you building the project between these two steps? If yes, it is a full successful build?

Thanks,
Costin

PS: The project name and the urls are still readable. For security reasons, could you please remove the pictures, and copy paste the logs without any confidential info?