Skip to content

Commit f00269a

Browse files
Robert Holtrjmholt
authored andcommitted
Add verbose appveyor debug
1 parent 3be3a34 commit f00269a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/appveyor.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ 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)
60+
5961
# Set up testing assets
6062
$testResultsPath = Join-Path ${CheckoutPath} TestResults.xml
6163
$testScripts = "${CheckoutPath}\Tests\Engine","${CheckoutPath}\Tests\Rules","${CheckoutPath}\Tests\Documentation","${CheckoutPath}\PSCompatibilityCollector\Tests"

0 commit comments

Comments
 (0)