mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 05:17:11 +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" |