Add explicit exit to merge-vs-deps script (#59066)
This commit is contained in:
Родитель
7cfc9e70af
Коммит
3a4cd65ecf
|
@ -16,4 +16,5 @@ else {
|
|||
if (-not $?)
|
||||
{
|
||||
Write-Host "##vso[task.logissue type=warning]Unable to merge main-vs-deps into the source branch. This could mean that main-vs-deps doesn't exist or could indicate a network issue."
|
||||
exit 0
|
||||
}
|
Загрузка…
Ссылка в новой задаче