Fixed: Don't publish self contained tests

pull/1689/head
ta264 5 years ago committed by Qstick
parent 4bf9b7055d
commit 66c6cd687a

@ -47,6 +47,7 @@
<PropertyGroup Condition="'$(LidarrOutputType)'=='Test'">
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<SelfContained>false</SelfContained>
</PropertyGroup>
<!-- Set the Product and Version info for our own projects -->

Loading…
Cancel
Save