We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855b3ea commit d092aa9Copy full SHA for d092aa9
.vsts-ci/linux-daily.yml
@@ -18,17 +18,9 @@ pr:
18
branches:
19
include:
20
- master
21
- - release*
22
- - feature*
23
paths:
24
25
- - '*'
26
- exclude:
27
- - tools/releaseBuild/*
28
- - tools/releaseBuild/azureDevOps/templates/*
29
- - /.vsts-ci/misc-analysis.yml
30
- - /.github/ISSUE_TEMPLATE/*
31
- - /.dependabot/config.yml
+ - .vsts-ci/linux-daily.yml
32
33
variables:
34
DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -55,6 +47,7 @@ stages:
55
47
displayName: Test for Linux
56
48
jobs:
57
49
- job: linux_test
50
+ timeoutInMinutes: 90
58
51
pool:
59
52
vmImage: ubuntu-20.04
60
53
displayName: Linux Test
0 commit comments