Skip to content

Commit

Permalink
fix (#101077)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara authored Apr 16, 2024
1 parent 6fc9636 commit e5eddfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libraries/sendtohelixhelp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
setting up the per-scenario environment.
-->

<ItemGroup Condition=" '$(TargetOS)' == 'windows' ">
<ItemGroup Condition="'$(WindowsShell)' == 'true'">
<HelixPreCommand Include="set __TestArchitecture=$(TargetArchitecture)" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetOS)' != 'windows' ">
<ItemGroup Condition="'$(WindowsShell)' != 'true'">
<HelixPreCommand Include="export __TestArchitecture=$(TargetArchitecture)" />
</ItemGroup>

Expand Down

0 comments on commit e5eddfe

Please sign in to comment.