diff --git a/src/NuGet/BuildNuGets.csx b/src/NuGet/BuildNuGets.csx index 51e376efcc871676b7db19edb7d78952ddfbe9fe..16f8391e8e42944cc5eee7da9bf11898f3294563 100644 --- a/src/NuGet/BuildNuGets.csx +++ b/src/NuGet/BuildNuGets.csx @@ -104,10 +104,12 @@ string[] RedistPackageNames = { }; string[] NonRedistPackageNames = { + "Microsoft.CodeAnalysis.Remote.Razor.ServiceHub", "Microsoft.Net.Compilers", "Microsoft.Net.Compilers.netcore", "Microsoft.Net.CSharp.Interactive.netcore", "Microsoft.VisualStudio.IntegrationTest.Utilities", + "Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient", }; string[] TestPackageNames = { @@ -123,10 +125,12 @@ var PreReleaseOnlyPackages = new HashSet "Microsoft.CodeAnalysis.VisualBasic.Scripting", "Microsoft.Net.Compilers.netcore", "Microsoft.Net.CSharp.Interactive.netcore", + "Microsoft.CodeAnalysis.Remote.Razor.ServiceHub", "Microsoft.CodeAnalysis.Remote.ServiceHub", "Microsoft.CodeAnalysis.Remote.Workspaces", "Microsoft.CodeAnalysis.Test.Resources.Proprietary", "Microsoft.VisualStudio.LanguageServices.Next", + "Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient", }; // The assets for these packages are not produced when building on Unix @@ -137,6 +141,7 @@ var PackagesNotBuiltOnCore = new HashSet "Microsoft.CodeAnalysis.EditorFeatures", "Microsoft.CodeAnalysis.EditorFeatures.Text", "Microsoft.CodeAnalysis.Features", + "Microsoft.CodeAnalysis.Remote.Razor.ServiceHub", "Microsoft.CodeAnalysis.Remote.ServiceHub", "Microsoft.CodeAnalysis.Remote.Workspaces", "Microsoft.CodeAnalysis.VisualBasic.Features", @@ -144,6 +149,7 @@ var PackagesNotBuiltOnCore = new HashSet "Microsoft.Net.Compilers", "Microsoft.VisualStudio.LanguageServices", "Microsoft.VisualStudio.LanguageServices.Next", + "Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient", "Roslyn.VisualStudio.Test.Utilities", }; diff --git a/src/NuGet/Microsoft.CodeAnalysis.Remote.Razor.ServiceHub.nuspec b/src/NuGet/Microsoft.CodeAnalysis.Remote.Razor.ServiceHub.nuspec new file mode 100644 index 0000000000000000000000000000000000000000..37f6aeadc0cf71b19a3df641d192552190b524de --- /dev/null +++ b/src/NuGet/Microsoft.CodeAnalysis.Remote.Razor.ServiceHub.nuspec @@ -0,0 +1,32 @@ + + + + Microsoft.CodeAnalysis.Remote.Razor.ServiceHub + + 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.6 + + + + + + en-US + true + $version$ + $authors$ + $licenseUrl$ + $projectUrl$ + $releaseNotes$ + $tags$ + + + + + + + diff --git a/src/NuGet/Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient.nuspec b/src/NuGet/Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient.nuspec new file mode 100644 index 0000000000000000000000000000000000000000..8eef70c5c35841c1ccc67cbe082a9278d77408e7 --- /dev/null +++ b/src/NuGet/Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient.nuspec @@ -0,0 +1,29 @@ + + + + Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient + + .NET Compiler Platform ("Roslyn") support for Visual Studio "15". + +Supported Platforms: +- .NET Framework 4.6 + + + + + + en-US + true + $version$ + $authors$ + $licenseUrl$ + $projectUrl$ + $releaseNotes$ + $tags$ + + + + + + +