Double the default timeout. Publishing is subject to huge delays due to contention on the dotnet-core blob feed (#4892)

This commit is contained in:
Rakesh Singh 2018-12-20 14:28:40 -08:00 коммит произвёл GitHub
Родитель 2b42374ff4
Коммит 1a047b3517
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -35,6 +35,8 @@ jobs:
name: Hosted VS2017
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: dotnet-internal-temp
# Double the default timeout. Publishing is subject to huge delays due to contention on the dotnet-core blob feed
timeoutInMinutes: 120
variables:
_PublishType: ${{ parameters._PublishType}}
steps: