removed from old file and renamed choco.

This commit is contained in:
Darii Nurgaleev
2020-10-12 21:46:49 +07:00
parent 69cfebc5fc
commit f33118c5dc
2 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
# Step to avoid initial delay for choco scripts
choco upgrade chocolatey

View File

@@ -1,7 +1,4 @@
$vsInstallRoot = Get-VisualStudioPath
$devEnvPath = "$vsInstallRoot\Common7\IDE\devenv.exe"
cmd.exe /c "`"$devEnvPath`" /updateconfiguration"
# Step to avoid initial delay for choco scripts
choco upgrade chocolatey
cmd.exe /c "`"$devEnvPath`" /updateconfiguration"