From 2fce9c5b38b466d20a7b1100c4526aa8473aea19 Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Thu, 17 Aug 2023 21:25:22 +0000 Subject: [PATCH] Adding sql core dll to esrp code signing and updating sts (#24157) --- build/azure-pipelines/win32/sql-product-build-win32.yml | 1 + extensions/mssql/config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",