Skip to content

Commit

Permalink
Using version parameter for vsbootstrapper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
leovms committed Jun 23, 2017
1 parent fd9e573 commit e7fe374
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -282,7 +282,7 @@ function Enable-ServiceFabricTools
)

$vsBootstrapperExe = Join-Path $env:Temp "vsbootstrap.exe"
$vsBootstrapperUrl = 'https://aka.ms/vs/15/release/vs_enterprise.exe'
$vsBootstrapperUrl = "https://aka.ms/vs/$VSVersionNumber/release/vs_enterprise.exe"

Write-Host "Downloading Visual Studio bootstrapper from $vsBootstrapperUrl"
try
Expand Down

0 comments on commit e7fe374

Please sign in to comment.