Skip to content

Commit

Permalink
Merge pull request #165 from raman-m/155
Browse files Browse the repository at this point in the history
Add `Cake.Addin.Analyzer` package
  • Loading branch information
nils-a authored Jul 9, 2024
2 parents 66cb46b + 239659d commit 4196c33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Source/Cake.Coveralls/Cake.Coveralls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@
<CodeAnalysisRuleSet>..\Cake.Coveralls.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<CakeContribGuidelinesOmitRecommendedConfigFile Include="stylecop.json" Visible="false"/>
<CakeContribGuidelinesOmitRecommendedConfigFile Include="stylecop.json" Visible="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cake.Addin.Analyzer" Version="0.1.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Cake.Core" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="CakeContrib.Guidelines" Version="1.5.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 4196c33

Please sign in to comment.