removed double quote

This commit is contained in:
2025-03-01 20:43:52 +01:00
parent c2df8a545d
commit c9382e9cde

View File

@@ -48,7 +48,7 @@ jobs:
MONGO_DB_SERVER: ${{ secrets.MONGO_DB_SERVER }} MONGO_DB_SERVER: ${{ secrets.MONGO_DB_SERVER }}
shell: powershell shell: powershell
run: | run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"csimonapastore_BasicDotnetTemplate" /o:"csimonapastore-github" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml" .\.sonar\scanner\dotnet-sonarscanner begin /k:"csimonapastore_BasicDotnetTemplate" /o:"csimonapastore-github" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml
dotnet restore dotnet restore
dotnet build --no-incremental dotnet build --no-incremental
dotnet-coverage collect "dotnet test" -f xml -o "coverage.xml" dotnet-coverage collect "dotnet test" -f xml -o "coverage.xml"