Skip to content

Commit

Permalink
Merged PR 41234: Update token timeout
Browse files Browse the repository at this point in the history
#### 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.
  • Loading branch information
mmitche committed Jul 19, 2024
1 parent b4bd413 commit 954f61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure/pipelines/jobs/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ jobs:

# Populates internal runtime SAS tokens.
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml
parameters:
expiryInHours: 2

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

0 comments on commit 954f61d

Please sign in to comment.