Get the docs package to work for lower TFM projects (#686)

* Get the docs package to work for lower TFM projects

* Extend the timeouts

These jobs are close to 30 minutes, which evidently is the effective timeout on this AzDO account (for some reason that I can't see.)
This commit is contained in:
Andrew Arnott 2021-09-28 16:12:22 -06:00 коммит произвёл GitHub
Родитель facea87d15
Коммит f9577c2e2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 0 удалений

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

@ -0,0 +1,3 @@
<Project>
<Import Project="..\$(MSBuildThisFile)" />
</Project>

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

@ -0,0 +1,3 @@
<Project>
<Import Project="..\$(MSBuildThisFile)" />
</Project>

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

@ -11,6 +11,7 @@ variables:
jobs:
- job: scrape_x64
displayName: "Scrape headers: x64"
timeoutInMinutes: 60
pool:
vmImage: windows-2019
workspace:
@ -51,6 +52,7 @@ jobs:
- job: scrape_x86
displayName: "Scrape headers: x86"
timeoutInMinutes: 60
pool:
vmImage: windows-2019
workspace:
@ -78,6 +80,7 @@ jobs:
- job: scrape_arm64
displayName: "Scrape headers: arm64"
timeoutInMinutes: 60
pool:
vmImage: windows-2019
workspace: