Skip to content

Commit

Permalink
files ready for scloud online
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdek committed Dec 5, 2023
1 parent 1a0d4e8 commit 7f5896b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ jobs:
run: |
dotnet tool install --global dotnet-coverage
.\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet restore ./../Queryabl.sln
dotnet build .\Queryabl\DataCalc.csproj /t:Rebuild /p:Configuration=Debug
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 7f5896b

Please sign in to comment.