summaryrefslogtreecommitdiff
path: root/tests/src/dir.targets
diff options
context:
space:
mode:
authorDeepak Shankargouda <deshank@microsoft.com>2016-04-01 20:52:45 -0700
committerDeepak Shankargouda <deshank@microsoft.com>2016-04-01 20:52:45 -0700
commitde540c5ae788fd666d223c40921ea5e05567802d (patch)
tree97690560edef949d31ad623584156ff33ef533c9 /tests/src/dir.targets
parentb6eb7de001be523aa07f56965f5c872e3306486c (diff)
downloadcoreclr-de540c5ae788fd666d223c40921ea5e05567802d.tar.gz
coreclr-de540c5ae788fd666d223c40921ea5e05567802d.tar.bz2
coreclr-de540c5ae788fd666d223c40921ea5e05567802d.zip
Enabling Helix perf test runs for CoreCLR
Enabling Helix perf test runs for CoreCLR
Diffstat (limited to 'tests/src/dir.targets')
-rw-r--r--tests/src/dir.targets5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/dir.targets b/tests/src/dir.targets
index 8faec24672..dac50026dc 100644
--- a/tests/src/dir.targets
+++ b/tests/src/dir.targets
@@ -75,6 +75,11 @@
<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. -->