From 7756cbdab689bf821004d2e898f0624679332c07 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Sat, 8 Aug 2026 21:09:21 -0700 Subject: [PATCH 1/2] Enable Azure Pipelines reporter in paltests.proj Enables build analysis on the PALTests leg (see https://github.com/dotnet/runtime/issues/122345) --- src/coreclr/scripts/paltests.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/scripts/paltests.proj b/src/coreclr/scripts/paltests.proj index 167208f4ecb087..7bf6feca97933a 100644 --- a/src/coreclr/scripts/paltests.proj +++ b/src/coreclr/scripts/paltests.proj @@ -1,6 +1,7 @@ true + $(_Creator) $(_HelixAccessToken) $(_HelixBuild) From 713b28a7cecfbd8624e5c4a35d52f3c99fceecf4 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Sun, 9 Aug 2026 07:18:36 -0700 Subject: [PATCH 2/2] Update paltests.proj --- src/coreclr/scripts/paltests.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/scripts/paltests.proj b/src/coreclr/scripts/paltests.proj index 7bf6feca97933a..339ec1828f3e27 100644 --- a/src/coreclr/scripts/paltests.proj +++ b/src/coreclr/scripts/paltests.proj @@ -1,7 +1,7 @@ true - + true $(_Creator) $(_HelixAccessToken) $(_HelixBuild)