Skip to content

Commit

Permalink
Fix tests not cleaning properly
Browse files Browse the repository at this point in the history
  • Loading branch information
seionmoya committed Oct 1, 2024
1 parent 271292f commit 36433a4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Fuyu.Tests.Backend.Arena/Fuyu.Tests.Backend.Arena.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
<ProjectReference Include="../Fuyu.Backend.Arena/Fuyu.Backend.Arena.csproj" />
</ItemGroup>

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

</Project>
4 changes: 4 additions & 0 deletions Fuyu.Tests.Backend.Core/Fuyu.Tests.Backend.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
<ProjectReference Include="../Fuyu.Backend.Core/Fuyu.Backend.Core.csproj" />
</ItemGroup>

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

</Project>
4 changes: 4 additions & 0 deletions Fuyu.Tests.Backend.EFT/Fuyu.Tests.Backend.EFT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
<ProjectReference Include="../Fuyu.Backend.EFT/Fuyu.Backend.EFT.csproj" />
</ItemGroup>

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

</Project>
4 changes: 4 additions & 0 deletions Fuyu.Tests.Common/Fuyu.Tests.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
<EmbeddedResource Include="embedded/test.txt" />
</ItemGroup>

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

</Project>

0 comments on commit 36433a4

Please sign in to comment.