Remove Windows 2019 and Ubuntu 20.04 files and reference (#13533)

This commit is contained in:
Paulo Santos
2026-01-19 12:38:46 +00:00
committed by GitHub
parent 58ac648246
commit 206850279f
31 changed files with 63 additions and 1604 deletions

View File

@@ -36,11 +36,7 @@ Function Install-VisualStudio {
)
if (-not (Test-IsWin19)) {
$bootstrapperUrl = "https://aka.ms/vs/${Version}/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"
$productId = "Microsoft.VisualStudio.Product.${Edition}"