Skip to content

Commit

Permalink
Fix vs signature issue (#10593)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorekumar-anchala committed Sep 11, 2024
1 parent c7adf5d commit 5e9605c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/windows/scripts/helpers/VisualStudioHelpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Function Install-VisualStudio {
[Parameter(Mandatory)] [String] $Channel,
[Parameter(Mandatory)] [String[]] $RequiredComponents,
[String] $ExtraArgs = "",
[Parameter(Mandatory)] [String] $SignatureThumbprint
[Parameter(Mandatory)] [String[]] $SignatureThumbprint
)

$bootstrapperUrl = "https://aka.ms/vs/${Version}/${Channel}/vs_${Edition}.exe"
Expand Down
4 changes: 3 additions & 1 deletion images/windows/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@
"subversion" : "16",
"edition" : "Enterprise",
"channel": "release",
"signature": "F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE",
"signature": ["F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE",
"C2048FB509F1C37A8C3E9EC6648118458AA01780"
],
"workloads": [
"Component.Dotfuscator",
"Component.Linux.CMake",
Expand Down

0 comments on commit 5e9605c

Please sign in to comment.