diff --git a/build/azure-pipelines/win32/sql-product-build-win32.yml b/build/azure-pipelines/win32/sql-product-build-win32.yml index 80f5535086..c35a366a1e 100644 --- a/build/azure-pipelines/win32/sql-product-build-win32.yml +++ b/build/azure-pipelines/win32/sql-product-build-win32.yml @@ -189,6 +189,7 @@ steps: Microsoft.SqlTools.ResourceProvider.DefaultImpl.dll MicrosoftSqlToolsCredentials.dll MicrosoftSqlToolsServiceLayer.dll + MicrosoftSqlToolsSqlCore.dll Newtonsoft.Json.dll,SqlSerializationService.dll SqlToolsResourceProviderService.dll Microsoft.SqlServer.*.dll diff --git a/extensions/mssql/config.json b/extensions/mssql/config.json index 8871e9d221..117db255f5 100644 --- a/extensions/mssql/config.json +++ b/extensions/mssql/config.json @@ -1,6 +1,6 @@ { "downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", - "version": "4.9.0.14", + "version": "4.9.0.15", "downloadFileNames": { "Windows_86": "win-x86-net7.0.zip", "Windows_64": "win-x64-net7.0.zip",