From d969ffd6c0c4cc2c2ecc0ae1a7aa164b1d62418b Mon Sep 17 00:00:00 2001 From: megha-paliwal-121 Date: Tue, 13 Aug 2024 15:57:30 +0530 Subject: [PATCH] add --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45540fe..18ab38c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}" \ No newline at end of file