From 9466e9dbf9365c0a7c79ce096b42e9c36a92d6a9 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Tue, 22 Apr 2025 16:07:34 -0700 Subject: [PATCH] Fix SPMI realworld collection output file naming The `OutputFileName` was defined using `%(HelixWorkItem.Index)`, but `Index` wasn't defined. It didn't really matter, since multiple partition file uploads end up in separate directories on the machine doing the merging (directories named for the partition), but it looked odd. --- src/coreclr/scripts/superpmi-collect.proj | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/coreclr/scripts/superpmi-collect.proj b/src/coreclr/scripts/superpmi-collect.proj index ec080971f2551e..fba11793645e20 100644 --- a/src/coreclr/scripts/superpmi-collect.proj +++ b/src/coreclr/scripts/superpmi-collect.proj @@ -248,20 +248,20 @@ - - - - - - + + + + + + - - - - - - + + + + + +