summaryrefslogtreecommitdiff
path: root/tests/override.targets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/override.targets')
-rw-r--r--tests/override.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/override.targets b/tests/override.targets
index 71a8b1f4f5..8593fe6aef 100644
--- a/tests/override.targets
+++ b/tests/override.targets
@@ -4,7 +4,7 @@
-->
<Import Project="mono.targets" Condition="'$(OsEnvironment)'=='Unix'" />
- <Import Project="roslyn.xplat.targets" Condition="'$(OsEnvironment)'=='Unix' and '$(UseRoslynCompiler)'=='true'" />
+ <Import Project="roslyn.xplat.targets" Condition="'$(OsEnvironment)'=='Unix'" />
<!-- Contains overrides for the nuget reference resolution. The regular nuget reference resolution will not
copy references local, which we need in order to correctly execute the xunit project -->
<Import Project="xunitwrapper.targets" Condition="'$(IsXunitWrapperProject)'=='true'" />