Skip to content
代码片段 群组 项目
未验证 提交 3d5deb12 编辑于 作者: Nate McMaster's avatar Nate McMaster
浏览文件

Merge branch 'release/2.2'

No related branches found
No related tags found
无相关合并请求
...@@ -49,7 +49,7 @@ mkdir $intermedateDir -ErrorAction Ignore | Out-Null ...@@ -49,7 +49,7 @@ mkdir $intermedateDir -ErrorAction Ignore | Out-Null
$bootstrapper = "$intermedateDir\vsinstaller.exe" $bootstrapper = "$intermedateDir\vsinstaller.exe"
$ProgressPreference = 'SilentlyContinue' # Workaround PowerShell/PowerShell#2138 $ProgressPreference = 'SilentlyContinue' # Workaround PowerShell/PowerShell#2138
Get-RemoteFile "https://aka.ms/vs/15/release/vs_$($Edition.ToLowerInvariant()).exe" -OutFile $bootstrapper Invoke-WebRequest -Uri "https://aka.ms/vs/15/release/vs_$($Edition.ToLowerInvariant()).exe" -OutFile $bootstrapper
if (-not $InstallPath) { if (-not $InstallPath) {
$InstallPath = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2017\$Edition" $InstallPath = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\2017\$Edition"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册