🔧 Updates Stylecop configuration to use AdditionalFiles instead of Content

This lead to stylecop.json files being published alongside the nugets
This commit is contained in:
2025-11-11 23:55:55 +02:00
parent 286d8fdc7e
commit 0fd028eff6

View File

@@ -164,7 +164,7 @@
<ItemGroup Label="Stylecop Configuration"
Condition="Exists('$(MSBuildThisFileDirectory)\stylecop.json')">
<Content Include="$(MSBuildThisFileDirectory)\stylecop.json" Link="stylecop.json"
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\stylecop.json" Link="stylecop.json"
CopyToOutputDirectory="PreserveNewest" Visible="false" />
</ItemGroup>