mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +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
|
exit 1
|
||||||
}
|
}
|
||||||
Write-Host "Found Visual Studio at: $vsPath"
|
Write-Host "Found Visual Studio at: $vsPath"
|
||||||
Write-Host "Applying updates silently via local installer..."
|
Write-Host "Applying updates via local installer..."
|
||||||
$arguments = "update --installPath `"$vsPath`" --quiet --norestart"
|
$arguments = "update --installPath `"$vsPath`" --norestart"
|
||||||
$process = Start-Process -FilePath $installerPath -ArgumentList $arguments -Wait -PassThru
|
$process = Start-Process -FilePath $installerPath -ArgumentList $arguments -Wait -PassThru
|
||||||
if ($process.ExitCode -eq 0) {
|
if ($process.ExitCode -eq 0) {
|
||||||
Write-Host "Visual Studio updated successfully."
|
Write-Host "Visual Studio updated successfully."
|
||||||
|
|||||||
Reference in New Issue
Block a user