Removes non-existent target files from override.targets (dotnet/coreclr#8264)
authorJonghyun Park <parjong@gmail.com>
Wed, 23 Nov 2016 23:48:06 +0000 (08:48 +0900)
committerJan Kotas <jkotas@microsoft.com>
Wed, 23 Nov 2016 23:48:06 +0000 (15:48 -0800)
This commit revises override.targets not to import ``mono.targets`` and
``roslyn.xplat.targets`` which do not exist in Tools/

Commit migrated from https://github.com/dotnet/coreclr/commit/9a29a6e868f4abd8b733891faa0b3f3209853248

src/coreclr/tests/override.targets

index 8bdff51..36a9615 100644 (file)
@@ -3,8 +3,6 @@
     Overrides for all other targets (including build tools) can go in this file.
   -->
 
-  <Import Project="mono.targets" Condition="'$(OsEnvironment)'=='Unix'" />
-  <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'" />