mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 15:09:03 +08:00
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" |