* Support Preview versions of Visual Studio * resolve comments * Fix test * fix tests
4 lines
168 B
PowerShell
4 lines
168 B
PowerShell
$vsInstallRoot = (Get-VisualStudioInstance).InstallationPath
|
|
$devEnvPath = "$vsInstallRoot\Common7\IDE\devenv.exe"
|
|
|
|
cmd.exe /c "`"$devEnvPath`" /updateconfiguration" |