From f8054d39354a505661eb8a8d3ff4015f46fdfe90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20S=C3=A1nchez=20L=C3=B3pez?= <1175054+carlossanlop@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:55:51 -0800 Subject: [PATCH 1/8] XUnitLogChecker: Ensure missing stack frames are resolved on Windows using dotnet-sos --- src/libraries/sendtohelixhelp.proj | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/libraries/sendtohelixhelp.proj b/src/libraries/sendtohelixhelp.proj index 910cf44926098d..d3f7499f8c0440 100644 --- a/src/libraries/sendtohelixhelp.proj +++ b/src/libraries/sendtohelixhelp.proj @@ -240,9 +240,19 @@ + - + + sos + https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/flat2/dotnet-sos/$(DotnetSosVersion)/dotnet-sos.$(DotnetSosVersion).nupkg + + + $(HelixPreCommands); + set _NT_SYMBOL_PATH=%25HELIX_CORRELATION_PAYLOAD%25; + dotnet %25HELIX_CORRELATION_PAYLOAD%25\sos\tools\net$(DotnetSosTargetFrameworkVersion)\any\dotnet-sos.dll install --architecture $(TargetArchitecture) + +