During the Gauntlet runtime crash, no crash dump file was generated on windows package

Hi,

If the Gauntlet command is pushing -buildmachine command line argument to the UE executable then this argument needs to be used `-args=-AllowCrashReportClientOnBuildMachine` in order for the crash report to work completely.

see:

Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformCrashContext.cpp @985