Add explicit exit to merge-vs-deps script (#59066)

This commit is contained in:
Rikki Gibson 2022-01-25 13:06:06 -08:00 коммит произвёл GitHub
Родитель 7cfc9e70af
Коммит 3a4cd65ecf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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
}