Files
runner-images-sangeeth/images/win/post-generation/VSConfiguration.ps1
T

4 lines
168 B
PowerShell
Raw Normal View History

$vsInstallRoot = (Get-VisualStudioInstance).InstallationPath
2020-09-29 18:13:37 +03:00
$devEnvPath = "$vsInstallRoot\Common7\IDE\devenv.exe"
cmd.exe /c "`"$devEnvPath`" /updateconfiguration"