🔧 Excludes stylecop.json from package outputs

This commit is contained in:
2025-11-12 04:34:37 +02:00
parent bb3cadc731
commit abf6a1c04a

View File

@@ -165,7 +165,7 @@
<ItemGroup Label="Stylecop Configuration"
Condition="Exists('$(MSBuildThisFileDirectory)\stylecop.json')">
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\stylecop.json" Link="stylecop.json"
CopyToOutputDirectory="PreserveNewest" Visible="false" />
CopyToOutputDirectory="Never" Visible="false" />
</ItemGroup>
<!-- Project internals are exposed to projects named $(Project).Tests by default -->