Skip to content

Commit 26ba23c

Browse files
committed
Removed platform condition to always generate cmd and sh test scripts regardless of platform.
1 parent 792ae05 commit 26ba23c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/coreclr/tests/src/CLRTest.Execute.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ This file contains the logic for providing Execution Script generation.
5858
-->
5959

6060
<ItemGroup>
61-
<ExecutionScriptKind Include="Batch" Condition="'$(BuildOS)' == 'Windows_NT'" />
62-
<ExecutionScriptKind Include="Bash" Condition="'$(BuildOS)' != 'Windows_NT'" />
61+
<ExecutionScriptKind Include="Batch" />
62+
<ExecutionScriptKind Include="Bash" />
6363
</ItemGroup>
6464

6565
<PropertyGroup>

0 commit comments

Comments
 (0)