From 5b3a9587fa3d17e6b7b856d585822af3020a195c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20KV=C3=86RNE?= Date: Tue, 12 Nov 2024 09:02:40 +0100 Subject: [PATCH] remove no-restore --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1a5619..ba71189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}"