Skip to content

Commit

Permalink
Sync from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr authored and github-actions[bot] committed Sep 11, 2024
1 parent fd1d661 commit 5df4554
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ source "amazon-ebs" "build_ebs" {
run_tags = {
creator = "RunsOn"
contact = "[email protected]"
ami_name = "${var.ami_name}"
}

tags = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ source "amazon-ebs" "build_ebs" {
run_tags = {
creator = "RunsOn"
contact = "[email protected]"
ami_name = "${var.ami_name}"
}

tags = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ source "amazon-ebs" "build_ebs" {
run_tags = {
creator = "RunsOn"
contact = "[email protected]"
ami_name = "${var.ami_name}"
}

tags = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ source "amazon-ebs" "build_ebs" {
run_tags = {
creator = "RunsOn"
contact = "[email protected]"
ami_name = "${var.ami_name}"
}

tags = {
Expand Down
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
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 5df4554

Please sign in to comment.