mirror of
https://github.com/actions/runner-images.git
synced 2026-03-31 05:34:28 +08:00
[windows] Add Visual Studio 2026 postGRO bootstrapper (#13711)
This commit is contained in:
committed by
GitHub
parent
13c1652ebc
commit
35b8d55d02
@@ -35,10 +35,10 @@ Function Install-VisualStudio {
|
||||
[String] $ExtraArgs = ""
|
||||
)
|
||||
|
||||
if (-not $env:INSTALL_VS_2026) {
|
||||
$bootstrapperUrl = "https://aka.ms/vs/${Version}/postGRO-${Channel}/vs_${Edition}.exe"
|
||||
if ($env:INSTALL_VS_2026) {
|
||||
$bootstrapperUrl = "https://aka.ms/vs/postGRO-${Channel}/vs_${Edition}.exe"
|
||||
} else {
|
||||
$bootstrapperUrl = "https://aka.ms/vs/${Version}/${Channel}/vs_${Edition}.exe"
|
||||
$bootstrapperUrl = "https://aka.ms/vs/${Version}/postGRO-${Channel}/vs_${Edition}.exe"
|
||||
}
|
||||
$channelUri = "https://aka.ms/vs/${Version}/${Channel}/channel"
|
||||
$channelId = "VisualStudio.${Version}.Release"
|
||||
|
||||
Reference in New Issue
Block a user