Update Docker build workflow to restore specific project

This commit is contained in:
Matthew Phelps 2026-03-18 23:17:39 +11:00 committed by GitHub
parent e812e7d8e4
commit 3c3a8ceb4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ jobs:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore src/Lidarr.sln
run: dotnet restore src/NzbDrone.Core/Lidarr.Core.csproj
- name: Build NzbDrone.Core
run: dotnet build src/NzbDrone.Core/Lidarr.Core.csproj --configuration Release --no-restore -p:RunAnalyzers=false