[VSTS] If we fail dumping the env, continue. (#10193)

This commit is contained in:
Manuel de la Pena 2020-12-02 18:50:55 -05:00 коммит произвёл GitHub
Родитель 7251902439
Коммит b4c549f5a8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -72,6 +72,7 @@ steps:
Get-ChildItem env:
displayName: 'Dump Environment'
timeoutInMinutes: 1
continueOnError: true
# Uses the powershell cmdlet to remove known directories that are not needed and use space.
# we might hit issue https://github.com/PowerShell/PowerShell/issues/9246, so we always do exit 0