mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 12:41:24 +08:00
Disable Verbose-level messages for imported module
This commit is contained in:
parent
b5dc358d49
commit
6367924964
@ -9,7 +9,7 @@ $downloadPromptOverride_NO_OVERRIDE= 0
|
||||
$downloadPromptOverride_DO_NOT_PROMPT = 1
|
||||
$downloadPromptOverride_ALWAYS_PROMPT = 2
|
||||
|
||||
Import-Module BitsTransfer
|
||||
Import-Module BitsTransfer -Verbose:$false
|
||||
|
||||
$scriptsDir = split-path -parent $MyInvocation.MyCommand.Definition
|
||||
$vcpkgRootDir = & $scriptsDir\findFileRecursivelyUp.ps1 $scriptsDir .vcpkg-root
|
||||
|
Loading…
x
Reference in New Issue
Block a user