mirror of
https://github.com/microsoft/WSL.git
synced 2026-06-01 01:49:36 -05:00
* diagnostics: switch log archive from zip to tar.gz * Fall back to zip if tar.exe fails Some Windows SKUs may not have tar.exe available. Fall back to Compress-Archive (zip) when tar fails, so log collection still works in those environments. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update WTI to v0.2 for tar.gz archive support The new WTI release adds support for tar.gz log archives, matching the format change in collect-wsl-logs.ps1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>