Skip to content

Commit 9edc354

Browse files
committed
Fix one PSSA warning
1 parent 656edb7 commit 9edc354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildtools.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function Invoke-ModuleTests {
172172
$excludeTag = 'ManualValidationOnly'
173173
$testResultFileName = 'result.pester.xml'
174174
$testPath = $config.TestPath
175-
Write-Verbose -Verbose $config.ModuleName
175+
Write-Verbose -Verbose -Message $config.ModuleName
176176
$moduleToTest = Join-Path -Path $config.BuildOutputPath -ChildPath 'Microsoft.PowerShell.PSResourceGet'
177177

178178
if ($TestFilePath.Count -gt 1) {

0 commit comments

Comments
 (0)