Skip to content

Commit

Permalink
chocolatey-visualstudio.extension: _really_ skip updating the VS Inst…
Browse files Browse the repository at this point in the history
…aller upon --noUpdateInstaller

GitHub-Issue: GH-7 GH-8 GH-26
  • Loading branch information
jberezanski committed May 15, 2018
1 parent 0e1501c commit 085d6f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function Assert-VSInstallerUpdated
if ($PackageParameters.ContainsKey('noUpdateInstaller'))
{
Write-Verbose "Skipping update of the VS Installer because --noUpdateInstaller was passed in package parameters"
return
}

$requiredVersionInfo = Get-VSRequiredInstallerVersion -PackageParameters $PackageParameters -ProductReference $productReference -UseInstallChannelUri:$UseInstallChannelUri
Expand Down

0 comments on commit 085d6f2

Please sign in to comment.