Set build time out 180 (#237)
This commit is contained in:
parent
94e3495879
commit
d54358611d
1 changed files with 6 additions and 1 deletions
|
@ -26,6 +26,7 @@ jobs:
|
||||||
name: dotnet-external-temp
|
name: dotnet-external-temp
|
||||||
${{ if ne(variables['System.TeamProject'], 'public') }}:
|
${{ if ne(variables['System.TeamProject'], 'public') }}:
|
||||||
name: dotnet-internal-temp
|
name: dotnet-internal-temp
|
||||||
|
timeoutInMinutes: 180
|
||||||
parallel: 99
|
parallel: 99
|
||||||
matrix:
|
matrix:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
|
@ -67,6 +68,7 @@ jobs:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
queue:
|
queue:
|
||||||
name: Hosted Ubuntu 1604
|
name: Hosted Ubuntu 1604
|
||||||
|
timeoutInMinutes: 180
|
||||||
parallel: 99
|
parallel: 99
|
||||||
matrix:
|
matrix:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
|
@ -231,6 +233,7 @@ jobs:
|
||||||
agentOs: Darwin
|
agentOs: Darwin
|
||||||
queue:
|
queue:
|
||||||
name: Hosted macOS
|
name: Hosted macOS
|
||||||
|
timeoutInMinutes: 180
|
||||||
matrix:
|
matrix:
|
||||||
Build_Release:
|
Build_Release:
|
||||||
_BuildConfig: Release
|
_BuildConfig: Release
|
||||||
|
@ -240,6 +243,7 @@ jobs:
|
||||||
agentOs: FreeBSD
|
agentOs: FreeBSD
|
||||||
queue:
|
queue:
|
||||||
name: dnceng-freebsd-internal
|
name: dnceng-freebsd-internal
|
||||||
|
timeoutInMinutes: 180
|
||||||
matrix:
|
matrix:
|
||||||
Build_Release:
|
Build_Release:
|
||||||
_BuildConfig: Release
|
_BuildConfig: Release
|
||||||
|
@ -278,4 +282,5 @@ jobs:
|
||||||
# - Darwin
|
# - Darwin
|
||||||
# - Copy_SDK_To_Latest
|
# - Copy_SDK_To_Latest
|
||||||
# queue:
|
# queue:
|
||||||
# name: Hosted VS2017
|
# name: Hosted VS2017
|
||||||
|
# timeoutInMinutes: 180
|
||||||
|
|
Loading…
Reference in a new issue