Skip to content

Commit

Permalink
- Post-build Event robocopy filtering fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtax-Development committed Aug 8, 2020
1 parent d541618 commit 2485549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMS2_RPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>; Move all assemblies and related files to lib folder
ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " /XF *.exe *.config *.manifest *.ico *.ini /XD lib logs data /E /IS /MOVE
ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " /XF *.exe *.config *.manifest *.ini /XD lib assets /E /IS /MOVE
if %25errorlevel%25 leq 4 exit 0 else exit %25errorlevel%25</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 2485549

Please sign in to comment.