Skip to content

Commit

Permalink
Clear Fuyu.Backend bin folder on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
seionmoya committed Oct 2, 2024
1 parent 05fa74d commit 765e89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Fuyu.Backend/Fuyu.Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
<ProjectReference Include="../Fuyu.Backend.EFT/Fuyu.Backend.EFT.csproj" />
</ItemGroup>

<Target Name="PostClean" AfterTargets="Clean">
<RemoveDir Directories="$(BaseOutputPath)" />
</Target>

</Project>

0 comments on commit 765e89f

Please sign in to comment.