Fixed: Don't publish self contained tests

pull/2/head
ta264 5 years ago committed by Qstick
parent 37a39d1624
commit e1b0dd00bb

@ -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…
Cancel
Save