From 468df829b9b2c6fd6c737ad367d92c1f467cd1d1 Mon Sep 17 00:00:00 2001 From: kishorekumar-anchala <168699259+kishorekumar-anchala@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:49:44 +0000 Subject: [PATCH] [windows[22 & 25] Update VisualStudio signature Thumbprint on windows images (#11680) --- images/windows/toolsets/toolset-2022.json | 5 ++++- images/windows/toolsets/toolset-2025.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 8ab454c10..cb1f01429 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -180,7 +180,10 @@ "subversion" : "17", "edition" : "Enterprise", "channel": "release", - "signature": "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D", + "signature": [ + "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D", + "8F985BE8FD256085C90A95D3C74580511A1DB975" + ], "workloads": [ "Component.Dotfuscator", "Component.Linux.CMake", diff --git a/images/windows/toolsets/toolset-2025.json b/images/windows/toolsets/toolset-2025.json index d8e6ecc80..1d78bc678 100644 --- a/images/windows/toolsets/toolset-2025.json +++ b/images/windows/toolsets/toolset-2025.json @@ -137,7 +137,10 @@ "subversion" : "17", "edition" : "Enterprise", "channel": "release", - "signature": "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D", + "signature": [ + "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D", + "8F985BE8FD256085C90A95D3C74580511A1DB975" + ], "workloads": [ "Component.Dotfuscator", "Component.Linux.CMake",