Skip to content

Commit 7e9519a

Browse files
authored
Merge pull request #534 from cjakeman/delete-RunActivityLAA
deletes RunActivityLAA.* post-build
2 parents 723f722 + ba3f85a commit 7e9519a

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)