Skip to content

Commit

Permalink
another attempt to pass ForNode value to Helix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Genkin committed Jul 19, 2021
1 parent f2373bf commit d88650e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/sendtohelixhelp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
<ItemGroup>
<HelixProperties Condition="'$(RuntimeFlavor)' != ''" Include="runtimeFlavor" Value="$(RuntimeFlavor)" />
<HelixProperties Condition="'$(Scenario)' != ''" Include="scenario" Value="$(Scenario)" />
<HelixProperties Condition="'$(ForNode)' != ''" Include="fornode" Value="$(ForNode)" />
</ItemGroup>

<ItemDefinitionGroup Condition="'$(TargetOS)' == 'MacCatalyst'">
Expand Down

0 comments on commit d88650e

Please sign in to comment.