Skip to content

Commit 2d85c95

Browse files
committed
Remove unnecessary check from Directory.Build.targets
1 parent be2a499 commit 2d85c95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/Directory.Build.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154
<Error Condition="'$(InMergedTestDirectory)' == 'true'
155155
and '$(OutputType)' == 'Exe'
156156
and '$(_CLRTestNeedsToRun)' == 'true'
157-
and '$(CLRTestKind)' == 'BuildAndRun'
158157
and '$(RequiresProcessIsolation)' != 'true'
159158
and '$(BuildAsStandalone)' != 'true'
160159
and '$(IsMergedTestRunnerAssembly)' != 'true'"

0 commit comments

Comments
 (0)