Skip to content

Commit

Permalink
fix: incorrect temp rule files name
Browse files Browse the repository at this point in the history
with change to codelyzer, the rule files must match the namespace exactly
  • Loading branch information
cslong committed Jul 16, 2022
1 parent 29386cc commit c87c806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/CTA.Rules.Test/CTA.Rules.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<None Remove="TempRules\npoi.json" />
<None Remove="TempRules\npoi.ss.usermodel.json" />
<None Update="CTAFiles\vb.rules.test.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -77,7 +77,7 @@
</ItemGroup>

<ItemGroup>
<Content Update="TempRules\npoi.json">
<Content Update="TempRules\npoi.ss.usermodel.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit c87c806

Please sign in to comment.