🔧 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:
@@ -164,7 +164,7 @@
|
|||||||
|
|
||||||
<ItemGroup Label="Stylecop Configuration"
|
<ItemGroup Label="Stylecop Configuration"
|
||||||
Condition="Exists('$(MSBuildThisFileDirectory)\stylecop.json')">
|
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" />
|
CopyToOutputDirectory="PreserveNewest" Visible="false" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user