mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 20:59:57 +02:00
Update Docker build workflow to restore specific project
This commit is contained in:
parent
e812e7d8e4
commit
3c3a8ceb4b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue