CodeQL can sometimes fail to detect any source code if the codebase is
not rebuilt. Use the Rebuild target to force all intermediate build artifacts
to be cleaned beforehand.
Signed-off-by: Owen Smith <owen.smith@cloud.com>
}
$a = "msbuild.exe"
$a += " /m:4"
- $a += " /t:Build"
+ $a += " /t:Rebuild"
$a += [string]::Format(" /p:Configuration=""{0}""", $Configuration)
$a += [string]::Format(" /p:Platform=""{0}""", $Platform)
$a += [string]::Format(" /p:SignMode=""{0}""", $SignMode)