Skip to content

Commit 4137d91

Browse files
Robert Holtrjmholt
authored andcommitted
Try again
1 parent cffe6c9 commit 4137d91

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 PSCompatibilityCollector | ForEach-Object { $_.ExportedCmdlets.Keys })
59+
Write-Verbose -Verbose (Get-Module -ListAvailable PSCompatibilityCollector | ForEach-Object { $_.ExportedCmdlets.Keys | ForEach-Object { $_.ToString() } } | Out-String)
6060

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

0 commit comments

Comments
 (0)