From b4bd41300b674902f782590bf3a719f31bebfabd Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 19 Jul 2024 18:06:13 +0000 Subject: [PATCH] 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. --- .azure/pipelines/jobs/default-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml index 0570bfc1d372..00043ee1b4c1 100644 --- a/.azure/pipelines/jobs/default-build.yml +++ b/.azure/pipelines/jobs/default-build.yml @@ -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