Skip to content

Commit e0d45f6

Browse files
committed
Chore (YamlCreate.ps1): Change log level
- Change `$InformationPreference` to "Continue" - This will NOT suppress `Write-Information`
1 parent f30e63a commit e0d45f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/YamlCreate.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Param
4444
[string] $Proxy = $null
4545
)
4646
$ProgressPreference = 'SilentlyContinue'
47+
$InformationPreference = 'Continue'
4748

4849
if (!$Proxy) {
4950
# Try inspect the system-level proxy settings by visiting GitHub RESTful API Endpoint and extract proxy settings from it.

0 commit comments

Comments
 (0)