Skip to content

Commit ba3f85a

Browse files
author
Chris Jakeman
committed
deletes RunActivityLAA.* post-build
To prevent old version of RunActivityLAA.exe being used accidentally
1 parent 4830217 commit ba3f85a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/RunActivity/RunActivity.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,8 @@
858858
<PostBuildEvent>CD ..\
859859
IF EXIST "Program\Content\Web" RMDIR "Program\Content\Web" /S /Q
860860
IF NOT EXIST "Program\Content\Web" MKDIR "Program\Content\Web"
861-
XCOPY "Source\RunActivity\Viewer3D\WebServices\Web" "Program\Content\Web" /S /Y</PostBuildEvent>
861+
XCOPY "Source\RunActivity\Viewer3D\WebServices\Web" "Program\Content\Web" /S /Y
862+
DEL "Program\RunActivityLAA.*"
863+
</PostBuildEvent>
862864
</PropertyGroup>
863865
</Project>

0 commit comments

Comments
 (0)