mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 18:30:45 +00:00
Fixed: Don't publish self contained tests
This commit is contained in:
parent
37a39d1624
commit
e1b0dd00bb
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
<PropertyGroup Condition="'$(RadarrOutputType)'=='Test'">
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
||||
<SelfContained>false</SelfContained>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Set the Product and Version info for our own projects -->
|
||||
|
|
Loading…
Reference in a new issue