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:
2a09852
)
Only publish TargetingPack when building on Windows
author
wtgodbe
<wigodbe@microsoft.com>
Tue, 18 Oct 2016 20:40:35 +0000
(13:40 -0700)
committer
wtgodbe
<wigodbe@microsoft.com>
Tue, 18 Oct 2016 20:40:35 +0000
(13:40 -0700)
src/.nuget/packages.builds
patch
|
blob
|
history
diff --git
a/src/.nuget/packages.builds
b/src/.nuget/packages.builds
index 89952ce6b030b454a591cd6083113025c2ee0b3b..7458c8e56f9d290f7409ab5331556e4765ec932b 100644
(file)
--- a/
src/.nuget/packages.builds
+++ b/
src/.nuget/packages.builds
@@
-9,6
+9,9
@@
<ItemGroup Condition="'$(__SkipCoreLibBuild)'==''">
<Project Include="Microsoft.NETCore.Runtime.CoreCLR\Microsoft.NETCore.Runtime.CoreCLR.builds" />
+ </ItemGroup>
+
+ <ItemGroup Condition="'$(TargetsWindows)'=='true'">
<Project Include="Microsoft.TargetingPack.Private.CoreCLR\Microsoft.TargetingPack.Private.CoreCLR.pkgproj" />
</ItemGroup>