Skip to content

Commit cb93591

Browse files
committed
further fix #15
1 parent 5a8c540 commit cb93591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
run: |
4545
dotnet tool install --global dotnet-coverage --version 17.6.4
4646
${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
47-
dotnet build .\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
47+
dotnet restore .\QueryablDataCalc\Queryabl.sln && dotnet build .\QueryablDataCalc\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
4848
${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)