Log IDE crashes
This commit is contained in:
Родитель
c1acaba042
Коммит
0fd956e5ea
|
@ -49,6 +49,10 @@ jobs:
|
|||
timeoutInMinutes: 90
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f /v DumpType /t REG_DWORD /d 2
|
||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f /v DumpCount /t REG_DWORD /d 2
|
||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f /v DumpFolder /t REG_SZ /d "$(Build.SourcesDirectory)\artifacts\log\$(_configuration)"
|
||||
- script: eng\PRBuild.cmd $(_args) -configuration $(_configuration) -prepareMachine -projects $(Build.SourcesDirectory)\$(_solution).sln /p:OfficialBuild=false
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче