mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 20:58:32 +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" |