mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
7 lines
222 B
PowerShell
7 lines
222 B
PowerShell
$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 |