Skip to content

Commit 954f61d

Browse files
committed
Merged PR 41234: Update token timeout
#### AI description (iteration 1) #### PR Classification Configuration update. #### PR Summary This pull request updates the token timeout configuration in the build pipeline. - `.azure/pipelines/jobs/default-build.yml`: Added `expiryInHours` parameter with a value of 2 to the `enable-internal-runtimes.yml` template.
1 parent b4bd413 commit 954f61d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ jobs:
440440

441441
# Populates internal runtime SAS tokens.
442442
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml
443+
parameters:
444+
expiryInHours: 2
443445

444446
# Populate dotnetbuilds-internal base64 sas tokens.
445447
- template: /eng/common/templates-official/steps/get-delegation-sas.yml

0 commit comments

Comments
 (0)