Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara authored and matouskozak committed Apr 30, 2024
1 parent dec42e7 commit 4cad8a6
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 4cad8a6

Please sign in to comment.