Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Fred Silberberg fcae93171c
Update file encoding to UTF-8 with BOM (#8099)
Since integrating our repos, there have been a number of changes in PRs that touch the encoding of the file, adding or removing a BOM as the editor in question decides. I've standardized on UTF-8 with BOM, as we do in roslyn, and put it in the .gitattributes so it should hopefully stay consistent.
2023-01-10 01:57:58 +00:00
Dustin Campbell bba4cb0ad0 Tweak the dump collection scripts a bit 2022-10-27 11:10:29 -07:00
Doug Bunting e759982cb6 Ignore error output from `Get-Process`
- allow FinishDumpCollectionForHangingBuilds.ps1 to complete w/o writing to `stderr`

nit: copy a typo fix from aspnetcore
2020-05-15 16:59:09 -07:00
Javier Calvarro Nelson a9b7e24791
[Infrastructure] Install procdump and capture dumps on build hangs (#1146)
* Captures process dumps when the build hangs.
* Captures process dumps when a child process hangs inside a test.
2019-09-19 18:36:02 +02:00