exclude assets on release build
This commit is contained in:
@@ -60,4 +60,14 @@
|
||||
<PackageReference Include="Pilz.Updating" Version="2.0.0" />
|
||||
<PackageReference Include="Pilz.Updating.UpdateInstaller.Lib" Version="2.0.0" />
|
||||
</ItemGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<ProjectReference>
|
||||
<Private>false</Private>
|
||||
<IncludeAssets>compile</IncludeAssets>
|
||||
</ProjectReference>
|
||||
<PackageReference>
|
||||
<Private>false</Private>
|
||||
<IncludeAssets>compile</IncludeAssets>
|
||||
</PackageReference>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user