Fixed: Don't publish self contained tests

This commit is contained in:
ta264 2019-10-15 21:45:41 +01:00 committed by Qstick
parent 37a39d1624
commit e1b0dd00bb
1 changed files with 1 additions and 0 deletions

View File

@ -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 -->