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 6286f95 commit 447e6f7Copy full SHA for 447e6f7
eng/pipelines/generate-all-docs.yml
@@ -9,7 +9,7 @@ jobs:
9
variables:
10
skipComponentGovernanceDetection: true
11
12
- timeoutInMinutes: 120
+ timeoutInMinutes: 1200
13
14
pool:
15
vmImage: 'ubuntu-18.04'
@@ -35,4 +35,4 @@ jobs:
35
- task: PublishPipelineArtifact@0
36
inputs:
37
artifactName: 'documentation'
38
- targetPath: '$(Build.SourcesDirectory)/_docs'
+ targetPath: '$(Build.SourcesDirectory)/_docs'
0 commit comments