mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-15 18:47:43 -05:00
Add dotnet tool build steps to SQL Tools & Kusto csproj files. (#1573)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user