We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb93591 commit 5f0971aCopy full SHA for 5f0971a
1 file changed
.github/workflows/build.yml
@@ -44,5 +44,6 @@ jobs:
44
run: |
45
dotnet tool install --global dotnet-coverage --version 17.6.4
46
${{ 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 restore .\QueryablDataCalc\Queryabl.sln && dotnet build .\QueryablDataCalc\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
+ dotnet restore .\QueryablDataCalc\Queryabl.sln
48
+ dotnet build .\QueryablDataCalc\Queryabl.csproj /t:Rebuild /p:Configuration=Debug
49
${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
0 commit comments