Skip to content

Commit

Permalink
remove no-restore
Browse files Browse the repository at this point in the history
  • Loading branch information
KjetilKvaerne committed Nov 12, 2024
1 parent 98bf6fa commit 5b3a958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
./.sonar/scanner/dotnet-sonarscanner begin /k:"skarnes20_Kjetil.Demo.Api" /o:"skarnes20" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet build --no-incremental Kjetil.Demo.Api.sln --no-restore
dotnet build --no-incremental Kjetil.Demo.Api.sln
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 5b3a958

Please sign in to comment.