Skip to content

Commit d3d6777

Browse files
danieljurekazure-sdk
authored andcommitted
Review feedback: Write-Host -> #
1 parent 230ba80 commit d3d6777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Set-VcpkgWriteModeCache.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $vcpkgBinarySourceSas = New-AzStorageContainerSASToken `
1414
-Context $ctx `
1515
-ExpiryTime (Get-Date).AddHours(1)
1616

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

2020
Write-Host "Setting vcpkg binary cache to read and write"

0 commit comments

Comments
 (0)