Files
runner-images-sangeeth/images/win/post-generation/VSConfiguration.ps1
2020-10-10 00:27:53 +07:00

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