Analysis of Azure Functions on Github Actions with default behavior no longer hard fails. However, in this case, you still need to provide the sonar.projectBaseDir
parameter to the BEGIN step to have the correct paths in SonarQube / SonarCloud (see #1309 for details).
Improvements
- 1298 - Remove confusing message about "project without guid will not be analyzed"
Bug Fixes
- 1294 - When projects are on different drives and
sonar.projectBaseDir
is not explicitly set, end step fails hard on generation of sonar-properties (e.g. Azure Functions on GH Actions)