diff options
author | James Ko <jamesqko@gmail.com> | 2016-04-03 18:12:27 -0400 |
---|---|---|
committer | James Ko <jamesqko@gmail.com> | 2016-04-03 18:12:27 -0400 |
commit | 7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad (patch) | |
tree | 4af981f5fe5f279a32e0c302c94304696c7693c1 /tests/override.targets | |
parent | 48ce56b9fcd1b5edf5ca28f83d7b623b71e5c925 (diff) | |
download | coreclr-7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad.tar.gz coreclr-7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad.tar.bz2 coreclr-7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad.zip |
Remove UseRoslynCompiler variable from the build system
Diffstat (limited to 'tests/override.targets')
-rw-r--r-- | tests/override.targets | 2 |
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'" /> |