Skip to content

Commit

Permalink
fixed clean step so it cleaned entire output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Exactol committed Jun 20, 2020
1 parent 53e8da9 commit 8c5e5a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CompilePalX/CompilePalX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,8 @@
<Error Condition="!Exists('..\packages\Fody.5.0.6\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.5.0.6\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props'))" />
</Target>
<Target Name="CleanOutputDirectory"
AfterTargets="Clean">
<RemoveDir Directories="$(OUTDIR)"/>
</Target>
</Project>

0 comments on commit 8c5e5a4

Please sign in to comment.