We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c22ffb9 + 7f9f314 commit 3642e97Copy full SHA for 3642e97
1 file changed
Infrastructure/Resources/New-ServiceBusConnectionString.ps1
@@ -79,7 +79,8 @@ try {
79
}
80
81
82
- Write-Output ("##vso[task.setvariable variable=ServiceBusConnectionString;]$($ConnectionString)")
+ Write-Log -LogLevel Information -Message "Publishing VSTS variable: ServiceBusConnectionString"
83
+ Write-Output ("##vso[task.setvariable variable=ServiceBusConnectionString; issecret=true]$($ConnectionString)")
84
85
86
catch {
0 commit comments