Skip to content

Commit

Permalink
Fixing NetFx .editorconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Oct 11, 2023
1 parent 12dafd7 commit 75d951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Analyzers.NetFx/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
</Target>

<Target Name="Copy editorconfig" AfterTargets="AfterResolveReferences">
<Copy SourceFiles="$(MSBuildThisFileDirectory).editorconfig" DestinationFolder="$(MSBuildProjectDirectory)" SkipUnchangedFiles="true" />
<Copy SourceFiles="$(MSBuildThisFileDirectory)../Lombiq.Analyzers/.editorconfig" DestinationFolder="$(MSBuildProjectDirectory)" SkipUnchangedFiles="true" />
</Target>
</Project>

0 comments on commit 75d951d

Please sign in to comment.