Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit e00fac7

Browse files
author
Lakshmi Priya Sekar
committed
Fix bug in copying IllegalHeaders.md from build.cmd
1 parent 1e193b6 commit e00fac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeFormatter/CodeFormatter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@
120120
<Target Name="BeforeBuild">
121121
</Target> -->
122122
<Target Name="AfterBuild">
123-
<Copy SourceFiles="$(ProjectDir)IllegalHeaders.md" DestinationFolder="$(ProjectDir)$(OutDir)" ContinueOnError="true" />
123+
<Copy SourceFiles="$(ProjectDir)IllegalHeaders.md" DestinationFolder="$(OutDir)" ContinueOnError="true" />
124124
</Target>
125125
</Project>

0 commit comments

Comments
 (0)