Remove redundant source encoding parameter in SonarQube workflow to streamline configuration.
Some checks failed
SonarQube Analysis / Build and analyze (push) Failing after 2m2s
Some checks failed
SonarQube Analysis / Build and analyze (push) Failing after 2m2s
This commit is contained in:
3
.github/workflows/sonarqube.yml
vendored
3
.github/workflows/sonarqube.yml
vendored
@@ -56,8 +56,7 @@ jobs:
|
||||
/d:sonar.cpd.exclusions="**/obj/**,**/bin/**" \
|
||||
/d:sonar.test.inclusions="**/*Tests.cs,**/*Test.cs" \
|
||||
/d:sonar.sources="Source" \
|
||||
/d:sonar.sourceEncoding=UTF-8 \
|
||||
/s:"AIImages.sln"
|
||||
/d:sonar.sourceEncoding=UTF-8
|
||||
|
||||
echo "Building solution..."
|
||||
dotnet build AIImages.sln --verbosity normal --no-incremental -c Release
|
||||
|
||||
Reference in New Issue
Block a user