We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656edb7 commit 9edc354Copy full SHA for 9edc354
1 file changed
buildtools.psm1
@@ -172,7 +172,7 @@ function Invoke-ModuleTests {
172
$excludeTag = 'ManualValidationOnly'
173
$testResultFileName = 'result.pester.xml'
174
$testPath = $config.TestPath
175
- Write-Verbose -Verbose $config.ModuleName
+ Write-Verbose -Verbose -Message $config.ModuleName
176
$moduleToTest = Join-Path -Path $config.BuildOutputPath -ChildPath 'Microsoft.PowerShell.PSResourceGet'
177
178
if ($TestFilePath.Count -gt 1) {
0 commit comments