diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-23 15:50:52 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-23 15:50:52 -0800 |
| commit | 6367924964403b32f7c562ababcec0ff42b17f24 (patch) | |
| tree | 3f1d81d7e3214ab468e967dd4ca2200c861a99a3 /scripts | |
| parent | b5dc358d49a31269a5b0648acdaf6c015e609387 (diff) | |
| download | vcpkg-6367924964403b32f7c562ababcec0ff42b17f24.tar.gz vcpkg-6367924964403b32f7c562ababcec0ff42b17f24.zip | |
Disable Verbose-level messages for imported module
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/fetchDependency.ps1 | 2 |
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 |
