mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -277,8 +277,8 @@ jobs:
|
||||
exit 1
|
||||
}
|
||||
Write-Host "Found Visual Studio at: $vsPath"
|
||||
Write-Host "Applying updates silently via local installer..."
|
||||
$arguments = "update --installPath `"$vsPath`" --quiet --norestart"
|
||||
Write-Host "Applying updates via local installer..."
|
||||
$arguments = "update --installPath `"$vsPath`" --norestart"
|
||||
$process = Start-Process -FilePath $installerPath -ArgumentList $arguments -Wait -PassThru
|
||||
if ($process.ExitCode -eq 0) {
|
||||
Write-Host "Visual Studio updated successfully."
|
||||
|
||||
Reference in New Issue
Block a user