From b96bd7e0b34b13d47adfba6cb6a1695b6083659a Mon Sep 17 00:00:00 2001 From: Jacob Blanco <82254995+jacob-blanc@users.noreply.github.com> Date: Fri, 30 May 2025 16:09:33 +0200 Subject: [PATCH] [Windows] Update Toolsets for Windows Server 2019 and 2022 after PR merged #12247 (#12264) * [Windows] Remove VCRedist from Toolsets [Windows] Update AzureCosmosDbEmulator signature and Removing VSredist 17 installation in Postgresql (#12247) * [Windows] Remove VCRedist from Toolsets [Windows] Update AzureCosmosDbEmulator signature and Removing VSredist 17 installation in Postgresql (#12247) * Setting first version following other tools * Setting first version following other tools * Setting first version following other tools --- images/windows/toolsets/toolset-2019.json | 4 +--- images/windows/toolsets/toolset-2022.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index bed4b8b27..cb92b92b6 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -446,10 +446,8 @@ "version": "18" }, "postgresql": { - "signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9", "version": "14", - "vcRedistSignature": "8F985BE8FD256085C90A95D3C74580511A1DB975", - "installVcRedist": true + "signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9" }, "kotlin": { "version": "2.1.10", diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index ce1d379f9..22c4bb185 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -366,10 +366,8 @@ "version": "8.4" }, "postgresql": { - "signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9", "version": "14", - "vcRedistSignature": "8F985BE8FD256085C90A95D3C74580511A1DB975", - "installVcRedist": true + "signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9" }, "kotlin": { "version": "2.1.10",