mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 19:16:48 +00:00
Fix vs signature issue (#10593)
This commit is contained in:
committed by
GitHub
parent
c7adf5d533
commit
5e9605c7dc
@@ -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"
|
||||
|
||||
@@ -247,7 +247,9 @@
|
||||
"subversion" : "16",
|
||||
"edition" : "Enterprise",
|
||||
"channel": "release",
|
||||
"signature": "F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE",
|
||||
"signature": ["F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE",
|
||||
"C2048FB509F1C37A8C3E9EC6648118458AA01780"
|
||||
],
|
||||
"workloads": [
|
||||
"Component.Dotfuscator",
|
||||
"Component.Linux.CMake",
|
||||
|
||||
Reference in New Issue
Block a user