Skip to content

Commit f4341a4

Browse files
authored
Remove Docs.MS Publish Timeout (#12217)
* remove a 5 minute timeout from the docs.ms release phase
1 parent 1e25ce4 commit f4341a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/pipelines/templates/stages/archetype-java-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ stages:
148148
displayName: "Publish Updates for Docs.MS"
149149
condition: and(succeeded(), ne(variables['Skip.PublishDocs'], 'true'))
150150
environment: github
151-
timeoutInMinutes: 5
152151
dependsOn: PublishPackage
153152
variables:
154153
- template: ../variables/globals.yml

0 commit comments

Comments
 (0)