Skip to content

Commit 3489ff3

Browse files
committed
fix props generation
1 parent 6a6315f commit 3489ff3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Shared/Aspire.Workload.Testing.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
<!-- Emit all properties named in @(PropertyForHelixRun).
8888
doing this separately so the property value can be extracted from the name -->
8989
<_PropertiesToPass
90-
Include="$(%(PropertyForHelixRun.Identity))"
91-
Name="%(PropertyForHelixRun.Identity)"
90+
Include="%(PropertyForHelixRun.Identity)"
91+
Name="$(%(PropertyForHelixRun.Identity))"
9292
ConditionToUse__="%(PropertyForHelixRun.ConditionToUse__)" />
93-
<_PropertiesToPassEvaluated Include="@(_PropertiesToPass -> '&lt;%(Name)&gt;%(Identity)&lt;/%(Name)&gt;')" />
93+
<_PropertiesToPassEvaluated Include="@(_PropertiesToPass -> '&lt;%(Identity)&gt;%(Name)&lt;/%(Identity)&gt;')" />
9494
</ItemGroup>
9595

9696
<PropertyGroup>

0 commit comments

Comments
 (0)