Update docker-build.yml

This commit is contained in:
Matthew Phelps 2026-03-18 23:24:59 +11:00 committed by GitHub
parent b4c9c7bea7
commit d70919fef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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