Files
runner-images-sangeeth/images/win/post-generation/VSConfiguration.ps1
Dibir Magomedsaygitov 56633cec4a refactor and rename scripts
2020-09-30 20:13:40 +03:00

4 lines
145 B
PowerShell

$vsInstallRoot = Get-VisualStudioPath
$devEnvPath = "$vsInstallRoot\Common7\IDE\devenv.exe"
cmd.exe /c "`"$devEnvPath`" /updateconfiguration"