mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
do not echo sensitive params
This commit is contained in:
@@ -25,7 +25,7 @@ param (
|
||||
Write-Output "+=================================================================+"
|
||||
Write-Output "| Beginning mRemoteV1 Post Build |"
|
||||
Write-Output "+=================================================================+"
|
||||
Write-Output ([pscustomobject]$PSBoundParameters) | Format-Table -AutoSize -Wrap
|
||||
Write-Output ([pscustomobject]$PSBoundParameters) | ?{$_.Key -notmatch "Certificate"} | Format-Table -AutoSize -Wrap
|
||||
|
||||
|
||||
& "$PSScriptRoot\copy_puttyng.ps1" -SolutionDir $SolutionDir -TargetDir $TargetDir
|
||||
|
||||
Reference in New Issue
Block a user