aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-23 15:50:52 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-23 15:50:52 -0800
commit6367924964403b32f7c562ababcec0ff42b17f24 (patch)
tree3f1d81d7e3214ab468e967dd4ca2200c861a99a3 /scripts
parentb5dc358d49a31269a5b0648acdaf6c015e609387 (diff)
downloadvcpkg-6367924964403b32f7c562ababcec0ff42b17f24.tar.gz
vcpkg-6367924964403b32f7c562ababcec0ff42b17f24.zip
Disable Verbose-level messages for imported module
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fetchDependency.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetchDependency.ps1 b/scripts/fetchDependency.ps1
index 6a40c9758..4f1799d0b 100644
--- a/scripts/fetchDependency.ps1
+++ b/scripts/fetchDependency.ps1
@@ -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