Skip to content

Commit 34a5e77

Browse files
authored
Merge pull request timabell#19 from ahmedig/ahmedig-patch-1
Replaces Write-Host with Write-Verbose
2 parents 31bf3ad + 1b61768 commit 34a5e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ssrs-powershell-deploy/SSRS/Publish-SSRSProject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,5 @@
197197
New-SSRSReport -Proxy $Proxy -RdlPath $CompiledRdlPath
198198
}
199199

200-
Write-host "Completed."
200+
Write-Verbose "Completed."
201201
}

0 commit comments

Comments
 (0)