Skip to content

Commit

Permalink
Remove unnecessary file deletion in PostBuild target
Browse files Browse the repository at this point in the history
  • Loading branch information
hbl917070 committed Feb 26, 2024
1 parent 4316b75 commit 99b47d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildAll/BuildAll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
</PropertyGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="del $(TargetDir)$(TargetName).dll" />

<!-- 編譯這些專案 -->
<MSBuild Projects="..\TiefseeLauncher\TiefseeLauncher.csproj" />
Expand All @@ -36,6 +35,7 @@
<Delete Files="$(MSBuildProjectDirectory)\..\Output\Tiefsee.pdb" />
<Delete Files="$(MSBuildProjectDirectory)\..\Output\TiefseeCore.pdb" />
<Delete Files="$(MSBuildProjectDirectory)\..\Output\BuildAll.pdb" />
<Delete Files="$(MSBuildProjectDirectory)\..\Output\BuildAll.dll" />
</Target>

<!-- 打包成 zip -->
Expand Down

0 comments on commit 99b47d0

Please sign in to comment.