From ce8a070673cbb58777658dab534b7eebde6c70c5 Mon Sep 17 00:00:00 2001 From: jhoneill Date: Mon, 9 Dec 2019 00:45:34 +0000 Subject: [PATCH] Remove debugging messages from CI pipeline --- CI/PS-CI.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/PS-CI.ps1 b/CI/PS-CI.ps1 index a944158..b37a8a4 100644 --- a/CI/PS-CI.ps1 +++ b/CI/PS-CI.ps1 @@ -147,7 +147,7 @@ try { Get-ChildItem -Path $ModulePath | Remove-Item -Force -Recurse } 'Copying files to: "{0}"' -f $ModulePath - $outputFile = $psdpath | Copy-Item -Destination $ModulePath -PassThru -Verbose + $outputFile = $psdpath | Copy-Item -Destination $ModulePath -PassThru $outputFile.fullname foreach ($file in $Settings.FileList) { if ($file -like '.\*') { @@ -157,7 +157,7 @@ try { } } else {$dest = $ModulePath } - Copy-Item -Path $file -Destination $dest -Force -Recurse -Verbose + Copy-Item -Path $file -Destination $dest -Force -Recurse } if ((Test-Path -PathType Container "mdHelp") -and -not $SkipHelp) {