summaryrefslogtreecommitdiff
path: root/tests/src/dir.targets
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-11-03 16:58:09 -0700
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-11-03 17:00:37 -0700
commitedb716d3b6f2887cef166b8ea1cb3c0e5de548d5 (patch)
tree3623cc7d97fd2a3daeb3459630e0017fb47479e1 /tests/src/dir.targets
parent552dae981e06efa059ac6e5d3bb326b54fc7eabe (diff)
downloadcoreclr-edb716d3b6f2887cef166b8ea1cb3c0e5de548d5.tar.gz
coreclr-edb716d3b6f2887cef166b8ea1cb3c0e5de548d5.tar.bz2
coreclr-edb716d3b6f2887cef166b8ea1cb3c0e5de548d5.zip
Removing the copy of project.lock.json to bin folder
Diffstat (limited to 'tests/src/dir.targets')
-rw-r--r--tests/src/dir.targets5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/src/dir.targets b/tests/src/dir.targets
index 8235ba91a7..64b56667f3 100644
--- a/tests/src/dir.targets
+++ b/tests/src/dir.targets
@@ -87,11 +87,6 @@
<MSBuild Projects="@(ProjectReference)" />
<MakeDir Condition="'$(CLRTestKind)' == 'RunOnly'" ContinueOnError="false" Directories="$(OutputPath)" />
</Target>
-
- <Target Name="CopyJsonProjectFiles" AfterTargets="Build">
- <!-- Post build copy project json files so we can generate assembly lists for the projects -->
- <Copy SourceFiles="$(ProjectLockJson)" DestinationFolder="$(OutputPath)" Condition="Exists('$(ProjectLockJson)')" />
- </Target>
<!-- We will use an imported build here in the instance that we have source that we need to build, and we are the correct priority...OR if we are being asked to build for
a test with a higher priority. -->