projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4325a0e
)
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)
Commit migrated from https://github.com/dotnet/coreclr/commit/
88dde249e83a99211ee82df8288da409acd38134
src/coreclr/src/.nuget/packages.builds
patch
|
blob
|
history
diff --git
a/src/coreclr/src/.nuget/packages.builds
b/src/coreclr/src/.nuget/packages.builds
index
89952ce
..
7458c8e
100644
(file)
--- a/
src/coreclr/src/.nuget/packages.builds
+++ b/
src/coreclr/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>