diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 5779ed9da..9de338960 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -90,6 +90,9 @@ jobs: dotnet-version: 8.x dotnet-quality: 'ga' + - name: Restore dependencies + run: dotnet restore + - name: Build Release run: dotnet build --configuration Release