1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-12 23:13:44 +00:00

Fixed: Don't publish self contained tests

This commit is contained in:
ta264 2019-10-16 21:24:36 +01:00
parent 2049034883
commit 7771657135

View file

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