You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix helix templates tests: strip class: prefix from test names
The send-to-helix-templatestests.targets was reading test class names from
.tests.list file which contains entries like "class:Aspire.Templates.Tests.ClassName".
It was using these entries directly without stripping the "class:" prefix,
causing issues in helix when the prefix was used as part of filenames or commands.
Now strips the "class:" prefix before using the test class names in helix work items.
Co-authored-by: radical <[email protected]>
0 commit comments