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
|
||||
${{ if ne(variables['System.TeamProject'], 'public') }}:
|
||||
name: dotnet-internal-temp
|
||||
timeoutInMinutes: 180
|
||||
parallel: 99
|
||||
matrix:
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
|
@ -67,6 +68,7 @@ jobs:
|
|||
agentOs: Linux
|
||||
queue:
|
||||
name: Hosted Ubuntu 1604
|
||||
timeoutInMinutes: 180
|
||||
parallel: 99
|
||||
matrix:
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
|
@ -231,6 +233,7 @@ jobs:
|
|||
agentOs: Darwin
|
||||
queue:
|
||||
name: Hosted macOS
|
||||
timeoutInMinutes: 180
|
||||
matrix:
|
||||
Build_Release:
|
||||
_BuildConfig: Release
|
||||
|
@ -240,6 +243,7 @@ jobs:
|
|||
agentOs: FreeBSD
|
||||
queue:
|
||||
name: dnceng-freebsd-internal
|
||||
timeoutInMinutes: 180
|
||||
matrix:
|
||||
Build_Release:
|
||||
_BuildConfig: Release
|
||||
|
@ -278,4 +282,5 @@ jobs:
|
|||
# - Darwin
|
||||
# - Copy_SDK_To_Latest
|
||||
# queue:
|
||||
# name: Hosted VS2017
|
||||
# name: Hosted VS2017
|
||||
# timeoutInMinutes: 180
|
||||
|
|
Loading…
Reference in a new issue