diff --git a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj index a45d764a..f34bd37f 100644 --- a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj +++ b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj @@ -20,6 +20,12 @@ true + + true + $(AssemblyName) + ./nupkg + + diff --git a/src/Microsoft.SqlTools.ServiceLayer/HostLoader.cs b/src/Microsoft.SqlTools.ServiceLayer/HostLoader.cs index 7f7624fa..a9c06729 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/HostLoader.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/HostLoader.cs @@ -23,7 +23,9 @@ using Microsoft.SqlTools.ServiceLayer.InsightsGenerator; using Microsoft.SqlTools.ServiceLayer.LanguageExtensibility; using Microsoft.SqlTools.ServiceLayer.LanguageServices; using Microsoft.SqlTools.ServiceLayer.Metadata; +#if INCLUDE_MIGRATION using Microsoft.SqlTools.ServiceLayer.Migration; +#endif using Microsoft.SqlTools.ServiceLayer.Profiler; using Microsoft.SqlTools.ServiceLayer.QueryExecution; using Microsoft.SqlTools.ServiceLayer.SchemaCompare; @@ -159,8 +161,10 @@ namespace Microsoft.SqlTools.ServiceLayer InsightsGeneratorService.Instance.InitializeService(serviceHost); serviceProvider.RegisterSingleService(InsightsGeneratorService.Instance); +#if INCLUDE_MIGRATION MigrationService.Instance.InitializeService(serviceHost); serviceProvider.RegisterSingleService(MigrationService.Instance); +#endif TableDesignerService.Instance.InitializeService(serviceHost); serviceProvider.RegisterSingleService(TableDesignerService.Instance); diff --git a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj index 5f76f00c..0e74d77e 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj +++ b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj @@ -19,6 +19,32 @@ true + + + + true + $(AssemblyName) + ./nupkg + + + + + + + + $(DefineConstants);INCLUDE_MIGRATION + + + + + %(RecursiveDir)%(Filename)%(Extension) + PreserveNewest + + + + + + @@ -28,16 +54,12 @@ - ASAScriptDom - - - @@ -51,10 +73,6 @@ Always - - %(RecursiveDir)%(Filename)%(Extension) - PreserveNewest - diff --git a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj index 3c8876c2..05d461f3 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj +++ b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj @@ -15,6 +15,23 @@ + + + + + + + + + + + %(RecursiveDir)%(Filename)%(Extension) + PreserveNewest + + + + + @@ -32,10 +49,6 @@ - - %(RecursiveDir)%(Filename)%(Extension) - PreserveNewest -