From 6daf1f4224af507ed3f5d8a325e32b774e20c1fc Mon Sep 17 00:00:00 2001 From: Kevin Halverson Date: Mon, 15 Aug 2016 13:53:02 -0700 Subject: [PATCH] Create nuget for Microsoft.CodeAnalysis.Remote.Workspaces... --- src/NuGet/BuildNuGets.csx | 1 + ...soft.CodeAnalysis.Remote.Workspaces.nuspec | 39 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/NuGet/Microsoft.CodeAnalysis.Remote.Workspaces.nuspec diff --git a/src/NuGet/BuildNuGets.csx b/src/NuGet/BuildNuGets.csx index bc27f3acfe5..b176e462ec5 100644 --- a/src/NuGet/BuildNuGets.csx +++ b/src/NuGet/BuildNuGets.csx @@ -113,6 +113,7 @@ var PreReleaseOnlyPackages = new HashSet "Microsoft.CodeAnalysis.VisualBasic.Scripting", "Microsoft.Net.Compilers.netcore", "Microsoft.Net.CSharp.Interactive.netcore", + "Microsoft.CodeAnalysis.Remote.Workspaces", "Microsoft.CodeAnalysis.Test.Resources.Proprietary", }; diff --git a/src/NuGet/Microsoft.CodeAnalysis.Remote.Workspaces.nuspec b/src/NuGet/Microsoft.CodeAnalysis.Remote.Workspaces.nuspec new file mode 100644 index 00000000000..c40ac20914c --- /dev/null +++ b/src/NuGet/Microsoft.CodeAnalysis.Remote.Workspaces.nuspec @@ -0,0 +1,39 @@ + + + + Microsoft.CodeAnalysis.Remote.Workspaces + + A shared package used by the .NET Compiler Platform ("Roslyn") including support for coordinating analysis of projects and solutions using a separate server process. + + + A shared package used by the .NET Compiler Platform ("Roslyn") including support for coordinating analysis of projects and solutions using a separate server process. Do not install this package manually, it will be added as a prerequisite by other packages that require it. + +Supported Platforms: +- .NET Framework 4.5 + + + + + + + + en-US + true + $version$ + $authors$ + $licenseUrl$ + $projectUrl$ + $releaseNotes$ + $tags$ + true + + + + + + + + + + + -- GitLab