Copy Targeting Pack files into Core_Root for Non-Windows
authorwtgodbe <wigodbe@microsoft.com>
Tue, 14 Mar 2017 19:01:57 +0000 (12:01 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Tue, 14 Mar 2017 19:01:57 +0000 (12:01 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/4ce7b16f8447f0cd5d42a132b7f76b9e534d5759

src/coreclr/tests/publishdependency.targets

index d537aec..eec373f 100644 (file)
       </AllResolvedRuntimeDependencies>
       <RunTimeDependecyCopyLocalFile Include="@(AllResolvedRuntimeDependencies)"  Exclude="@(RunTimeDependecyExcludeFiles)"/>
       <RunTimeDependecyCopyLocal Include="@(RunTimeDependecyCopyLocalFile -> '%(File)')"  />
+      <RunTimeDependecyCopyLocal Include="$(TargetingPackPath)/*" />
     </ItemGroup>
     
     <Copy