Skip to content

Commit

Permalink
Merged PR 41232: Regenerate SAS before installers
Browse files Browse the repository at this point in the history
#### AI description  (iteration 1)
#### PR Classification
Code enhancement to regenerate runtime tokens before building installers.

#### PR Summary
This pull request ensures that runtime tokens are regenerated before building the installers to avoid hitting the hour timeout.
- `.azure/pipelines/ci.yml`: Added a step to regenerate runtime tokens before the installer build process.
  • Loading branch information
mmitche committed Jul 19, 2024
1 parent a9a9679 commit b4bd413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/jobs/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ jobs:
parameters:
federatedServiceConnection: 'dotnetbuilds-internal-read'
outputVariableName: 'dotnetbuilds-internal-container-read-token'
expiryInHours: 1
expiryInHours: 2
base64Encode: false
storageAccount: dotnetbuilds
container: internal
Expand Down

0 comments on commit b4bd413

Please sign in to comment.