We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00269a commit cffe6c9Copy full SHA for cffe6c9
1 file changed
tools/appveyor.psm1
@@ -56,7 +56,7 @@ function Invoke-AppveyorTest {
56
Copy-Item "${CheckoutPath}\out\PSScriptAnalyzer" "$modulePath\" -Recurse -Force
57
Copy-Item "${CheckoutPath}\PSCompatibilityCollector\out\PSCompatibilityCollector" "$modulePath\" -Recurse -Force
58
59
- Write-Verbose -Verbose (Get-Module -ListAvailable | Out-String)
+ Write-Verbose -Verbose (Get-Module -ListAvailable PSCompatibilityCollector | ForEach-Object { $_.ExportedCmdlets.Keys })
60
61
# Set up testing assets
62
$testResultsPath = Join-Path ${CheckoutPath} TestResults.xml
0 commit comments