Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 8956787

Browse files
committed
fix solution name again
1 parent 9300393 commit 8956787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/perform-static-analysis/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
echo "${{ inputs.sonar_organisation_key }}"
5353
echo "${{ inputs.sonar_token }}"
5454
./.sonar/scanner/dotnet-sonarscanner begin /k:"${{ inputs.sonar_project_key }}" /o:"${{ inputs.sonar_organisation_key }}" /d:sonar.token="${{ inputs.sonar_token }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths="coverage.xml" /d:sonar.typescript.lcov.reportsPaths="src/web/coverage/lcov.info" /d:sonar.lang.patterns.ts=**/*.ts,**/*.tsx,**/*.cts,**/*.mts /d:sonar.lang.patterns.js=**/*.js,**/*.jsx,**/*.cjs,**/*.mjs,**/*.vue /d:sonar.javascript.enabled=false
55-
dotnet build src/api/ParticipantManager.API.sln
55+
dotnet build src/ServiceLayer.API.sln
5656
./.sonar/scanner/dotnet-coverage collect -f xml -o coverage.xml dotnet test src/ServiceLayer.API.sln
5757
cd src/web
5858
npm ci

0 commit comments

Comments
 (0)