Update SqlToolsService For a DacFx Fix (#12224)

This commit is contained in:
Udeesha Gautam
2020-09-10 14:21:56 -07:00
committed by GitHub
parent e3ec6bf9c5
commit 974e832f78
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ const buildFiles: string[] = [
'Microsoft.SqlServer.TransactSql.ScriptDom.dll',
'Microsoft.SqlServer.Types.dll',
'System.ComponentModel.Composition.dll',
'System.IO.Packaging.dll',
'Microsoft.Data.Tools.Schema.SqlTasks.targets'
];