Skip to content

Commit 52f7c88

Browse files
authored
Merge pull request dotnet#157 from ivdiazsa/parallel-test-builds
Removed test scripts platform conditions to generate test wrappers.
2 parents ced8b18 + 26ba23c commit 52f7c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)