File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 173173 <ItemGroup >
174174 <HelixProperties Condition =" '$(RuntimeFlavor)' != ''" Include =" runtimeFlavor" Value =" $(RuntimeFlavor)" />
175175 <HelixProperties Condition =" '$(Scenario)' != ''" Include =" scenario" Value =" $(Scenario)" />
176+ <HelixProperties Condition =" '$(WorkItemPrefix)' != ''" Include =" jobName" Value =" $(WorkItemPrefix.TrimEnd('-'))" />
176177 </ItemGroup >
177178
178179 <!-- Ensure that all HelixPreCommand items are ready before this -->
343344 <Message Importance =" High" Text =" Build TargetFramework: $(BuildTargetFramework)" />
344345 </Target >
345346
347+ <Target Name =" SetHelixJobName" BeforeTargets =" CoreTest" >
348+ <PropertyGroup >
349+ <HelixJobName Condition =" '$(WorkItemPrefix)' != ''" >$(WorkItemPrefix.TrimEnd('-'))</HelixJobName >
350+ </PropertyGroup >
351+ </Target >
352+
346353 <!--
347354 Helix tasks will attempt to write a .payload file to the payload directory. But if the
348355 directory is not writable, for example when it is a system installed dependency like
You can’t perform that action at this time.
0 commit comments