summaryrefslogtreecommitdiff
path: root/tests/override.targets
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2016-11-24 08:48:06 +0900
committerJan Kotas <jkotas@microsoft.com>2016-11-23 15:48:06 -0800
commit9a29a6e868f4abd8b733891faa0b3f3209853248 (patch)
treeae45eeaa60eb574e32743605cb33ddbc72309d31 /tests/override.targets
parent3f59c073ccc8d27c80e8ae1509685a078e9f1415 (diff)
downloadcoreclr-9a29a6e868f4abd8b733891faa0b3f3209853248.tar.gz
coreclr-9a29a6e868f4abd8b733891faa0b3f3209853248.tar.bz2
coreclr-9a29a6e868f4abd8b733891faa0b3f3209853248.zip
Removes non-existent target files from override.targets (#8264)
This commit revises override.targets not to import ``mono.targets`` and ``roslyn.xplat.targets`` which do not exist in Tools/
Diffstat (limited to 'tests/override.targets')
-rw-r--r--tests/override.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/override.targets b/tests/override.targets
index 8bdff51b63..36a9615e73 100644
--- a/tests/override.targets
+++ b/tests/override.targets
@@ -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'" />