Skip to content

Commit b4bd413

Browse files
committed
Merged PR 41232: Regenerate SAS before installers
#### 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.
1 parent a9a9679 commit b4bd413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ jobs:
446446
parameters:
447447
federatedServiceConnection: 'dotnetbuilds-internal-read'
448448
outputVariableName: 'dotnetbuilds-internal-container-read-token'
449-
expiryInHours: 1
449+
expiryInHours: 2
450450
base64Encode: false
451451
storageAccount: dotnetbuilds
452452
container: internal

0 commit comments

Comments
 (0)