Skip to content

Commit cffe6c9

Browse files
Robert Holtrjmholt
authored andcommitted
More
1 parent f00269a commit cffe6c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/appveyor.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Invoke-AppveyorTest {
5656
Copy-Item "${CheckoutPath}\out\PSScriptAnalyzer" "$modulePath\" -Recurse -Force
5757
Copy-Item "${CheckoutPath}\PSCompatibilityCollector\out\PSCompatibilityCollector" "$modulePath\" -Recurse -Force
5858

59-
Write-Verbose -Verbose (Get-Module -ListAvailable | Out-String)
59+
Write-Verbose -Verbose (Get-Module -ListAvailable PSCompatibilityCollector | ForEach-Object { $_.ExportedCmdlets.Keys })
6060

6161
# Set up testing assets
6262
$testResultsPath = Join-Path ${CheckoutPath} TestResults.xml

0 commit comments

Comments
 (0)