projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c52a9f7
)
Copy Targeting Pack files into Core_Root for Non-Windows
author
wtgodbe
<wigodbe@microsoft.com>
Tue, 14 Mar 2017 19:01:57 +0000
(12:01 -0700)
committer
wtgodbe
<wigodbe@microsoft.com>
Tue, 14 Mar 2017 19:01:57 +0000
(12:01 -0700)
tests/publishdependency.targets
patch
|
blob
|
history
diff --git
a/tests/publishdependency.targets
b/tests/publishdependency.targets
index
d537aec
..
eec373f
100644
(file)
--- a/
tests/publishdependency.targets
+++ b/
tests/publishdependency.targets
@@
-123,6
+123,7
@@
</AllResolvedRuntimeDependencies>
<RunTimeDependecyCopyLocalFile Include="@(AllResolvedRuntimeDependencies)" Exclude="@(RunTimeDependecyExcludeFiles)"/>
<RunTimeDependecyCopyLocal Include="@(RunTimeDependecyCopyLocalFile -> '%(File)')" />
+ <RunTimeDependecyCopyLocal Include="$(TargetingPackPath)/*" />
</ItemGroup>
<Copy