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

@@ -1,6 +1,6 @@
{ {
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", "downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
"version": "3.0.0-release.28", "version": "3.0.0-release.29",
"downloadFileNames": { "downloadFileNames": {
"Windows_86": "win-x86-netcoreapp3.1.zip", "Windows_86": "win-x86-netcoreapp3.1.zip",
"Windows_64": "win-x64-netcoreapp3.1.zip", "Windows_64": "win-x64-netcoreapp3.1.zip",

View File

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