[windows] Add Visual Studio 2026 postGRO bootstrapper (#13711)
This commit is contained in:
@@ -35,10 +35,10 @@ Function Install-VisualStudio {
|
|||||||
[String] $ExtraArgs = ""
|
[String] $ExtraArgs = ""
|
||||||
)
|
)
|
||||||
|
|
||||||
if (-not $env:INSTALL_VS_2026) {
|
if ($env:INSTALL_VS_2026) {
|
||||||
$bootstrapperUrl = "https://aka.ms/vs/${Version}/postGRO-${Channel}/vs_${Edition}.exe"
|
$bootstrapperUrl = "https://aka.ms/vs/postGRO-${Channel}/vs_${Edition}.exe"
|
||||||
} else {
|
} 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"
|
$channelUri = "https://aka.ms/vs/${Version}/${Channel}/channel"
|
||||||
$channelId = "VisualStudio.${Version}.Release"
|
$channelId = "VisualStudio.${Version}.Release"
|
||||||
|
|||||||
Reference in New Issue
Block a user