mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
4 lines
145 B
PowerShell
4 lines
145 B
PowerShell
$vsInstallRoot = Get-VisualStudioPath
|
|
$devEnvPath = "$vsInstallRoot\Common7\IDE\devenv.exe"
|
|
|
|
cmd.exe /c "`"$devEnvPath`" /updateconfiguration" |