Skip to content

Commit 017169e

Browse files
remove build timeout as perf bump (dotnet#4811)
* remove build timeout as perf bump, also try use hosted agent pool for netcore3.0 as well * change back test agent pool
1 parent 9fe474d commit 017169e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/ci/job-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
displayName: Set LD_LIBRARY_PATH for Ubuntu to locate Native shared library in current running path
5454
- script: ${{ parameters.buildScript }} -$(_configuration) -buildArch=${{ parameters.architecture }}
5555
displayName: Build
56-
timeoutInMinutes: 20
5756
- ${{ if eq(parameters.nightlyBuild, 'true') }}:
5857
- script: $(dotnetPath) restore $(nightlyBuildProjPath)
5958
displayName: Restore nightly build project

0 commit comments

Comments
 (0)