We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230ba80 commit d3d6777Copy full SHA for d3d6777
eng/common/scripts/Set-VcpkgWriteModeCache.ps1
@@ -14,7 +14,7 @@ $vcpkgBinarySourceSas = New-AzStorageContainerSASToken `
14
-Context $ctx `
15
-ExpiryTime (Get-Date).AddHours(1)
16
17
-Write-Host "Ensure redaction of SAS tokens in logs"
+# Ensure redaction of SAS tokens in logs
18
Write-Host "##vso[task.setvariable variable=VCPKG_BINARY_SAS_TOKEN;issecret=true;]$vcpkgBinarySourceSas"
19
20
Write-Host "Setting vcpkg binary cache to read and write"
0 commit comments