Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
megha-paliwal-121 committed Aug 13, 2024
1 parent eca5afa commit d969ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"megha-paliwal-121_react-c-sharp" /o:"megha-paliwal-121-1" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet build \ReactCsharpPractise\ReactCsharpPractise.sln
dotnet build /ReactCSharpPractice/ReactCSharpPractice.sln
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit d969ffd

Please sign in to comment.