Skip to content

Commit

Permalink
Update Set-VcpkgWriteModeCache.ps1 (#8957)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Sep 12, 2024
1 parent 910ca10 commit f27e8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/Set-VcpkgWriteModeCache.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $vcpkgBinarySourceSas = New-AzStorageContainerSASToken `
-Name $StorageContainerName `
-Permission "rwcl" `
-Context $ctx `
-ExpiryTime (Get-Date).AddHours(1)
-ExpiryTime (Get-Date).AddDays(1) # Set timeout to 1 day as some of these vcpkg builds can take a few hours at least

Write-Host "Ensure redaction of SAS tokens in logs"
Write-Host "##vso[task.setvariable variable=VCPKG_BINARY_SAS_TOKEN;issecret=true;]$vcpkgBinarySourceSas"
Expand Down

0 comments on commit f27e8d8

Please sign in to comment.