From 26ba97bbd3a24c12accd2c6d6d7deb23330be69b Mon Sep 17 00:00:00 2001 From: Gaurav Khanna Date: Mon, 26 Oct 2015 23:55:28 -0700 Subject: Mac OS X - Fix bin place path for Product binaries and add support for generating Nuget package 1) Build native and managed components by default 2) Add a workaround for package restoration to work on Mono 3) Add Nuget package support 4) Fix name casing for Linux --- .../Linux/Microsoft.DotNet.ILToNative.nuspec | 33 ++++++++++++++++++++++ src/.nuget/OSX/Microsoft.DotNet.ILToNative.nuspec | 33 ++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 src/.nuget/Linux/Microsoft.DotNet.ILToNative.nuspec create mode 100644 src/.nuget/OSX/Microsoft.DotNet.ILToNative.nuspec (limited to 'src/.nuget') diff --git a/src/.nuget/Linux/Microsoft.DotNet.ILToNative.nuspec b/src/.nuget/Linux/Microsoft.DotNet.ILToNative.nuspec new file mode 100644 index 000000000..a6a0a1488 --- /dev/null +++ b/src/.nuget/Linux/Microsoft.DotNet.ILToNative.nuspec @@ -0,0 +1,33 @@ + + + + Microsoft.DotNet.ILToNative + 1.0.0-prerelease + Microsoft .NET ILToNative Toolchain + Microsoft + Microsoft + http://go.microsoft.com/fwlink/?LinkId=329770 + https://github.com/dotnet/corert + http://go.microsoft.com/fwlink/?LinkID=288859 + true + Provides the toolchain to compile managed code to native. + Initial release + Copyright © Microsoft Corporation + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/.nuget/OSX/Microsoft.DotNet.ILToNative.nuspec b/src/.nuget/OSX/Microsoft.DotNet.ILToNative.nuspec new file mode 100644 index 000000000..a84e609eb --- /dev/null +++ b/src/.nuget/OSX/Microsoft.DotNet.ILToNative.nuspec @@ -0,0 +1,33 @@ + + + + Microsoft.DotNet.ILToNative + 1.0.0-prerelease + Microsoft .NET ILToNative Toolchain + Microsoft + Microsoft + http://go.microsoft.com/fwlink/?LinkId=329770 + https://github.com/dotnet/corert + http://go.microsoft.com/fwlink/?LinkID=288859 + true + Provides the toolchain to compile managed code to native. + Initial release + Copyright © Microsoft Corporation + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3