mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-07 12:10:20 +02:00
Fix Docker build: include Prowlarr.Mono in publish output
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1a2b7e8e1e
commit
b57be28d49
1 changed files with 3 additions and 0 deletions
|
|
@ -11,4 +11,7 @@
|
|||
<ItemGroup>
|
||||
<ProjectReference Include="..\NzbDrone.Host\Prowlarr.Host.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="!$(RuntimeIdentifier.StartsWith('win'))">
|
||||
<ProjectReference Include="..\NzbDrone.Mono\Prowlarr.Mono.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue