DescriptionThis extension provides a helper task for SonarCloud. SonarCloud extension does not work for .NET Core (C#) projects behind corporate proxy. The issue is discussed on SonarSource community:
As described in this working concept,
the SonarCloud Prepare extension works correctly when the libraries are replaced with the .NET Core build.
And that's, what this extension is doing. It just replaces files in original SonarCloud Prepare extension.
The files are replaced with .NET Core build ( UsageThe usage is very simple, just add this task as step in pipeline before the SonarCloud Prepare task.
|