From 95d9e32a51d307e98ac8a64c23824a1e2be67781 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 13 Feb 2015 12:26:31 -0800 Subject: [PATCH] When building debug, author the development package with an appropriate name --- build.proj | 6 ++- ...ft.DotNet.CoreCLR.Debug.Development.nuspec | 43 +++++++++++++++++++ 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 src/.nuget/Microsoft.DotNet.CoreCLR.Debug.Development.nuspec diff --git a/build.proj b/build.proj index e6ad3c5d8823..b1d6dfacaf2b 100644 --- a/build.proj +++ b/build.proj @@ -46,12 +46,14 @@ - + + - + + diff --git a/src/.nuget/Microsoft.DotNet.CoreCLR.Debug.Development.nuspec b/src/.nuget/Microsoft.DotNet.CoreCLR.Debug.Development.nuspec new file mode 100644 index 000000000000..d879548cea28 --- /dev/null +++ b/src/.nuget/Microsoft.DotNet.CoreCLR.Debug.Development.nuspec @@ -0,0 +1,43 @@ + + + + Microsoft.DotNet.CoreCLR.Debug.Development + 1.0.2-prerelease + Microsoft DotNet CoreCLR Runtime For Component Development + Microsoft + Microsoft + http://go.microsoft.com/fwlink/?LinkId=329770 + https://github.com/dotnet/coreclr + http://go.microsoft.com/fwlink/?LinkID=288859 + true + Provides the CoreCLR runtime binaries with debug information and interface headers + Initial release + Copyright © Microsoft Corporation + + + + + + + + + + + + + + + + + + + + + + + + + + + +