mirror of https://github.com/UMSKT/xpmgr.git
Update windows.yml
This commit is contained in:
parent
6da7e5160d
commit
d833a10b13
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
}
|
||||
else {
|
||||
$realProcess = Get-Process vs_layout
|
||||
$realProcess = Get-Process vs_setup_bootstrapper
|
||||
if ($realProcess.ExitCode -eq 0)
|
||||
{
|
||||
Write-Host "components have been successfully downloaded"
|
||||
|
|
Loading…
Reference in New Issue