mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 12:33:04 +02:00
Update docker-build.yml
This commit is contained in:
parent
b4c9c7bea7
commit
d70919fef2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue