Skip to content

Commit

Permalink
more debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWTruher committed May 31, 2019
1 parent 8a3887a commit 9167a5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/appveyor.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ function Invoke-AppveyorTest {
$majorVersion = ([System.Version]$analyzerVersion).Major

Get-ChildItem -rec -file -name "${CheckoutPath}/out" | Write-Verbose -Verbose
Write-Verbose -verbose "version is $majorVersion"
if ( $majorVersion -lt 5 ) {
$versionModuleDir = "${CheckoutPath}\out\PSScriptAnalyzer\${analyzerVersion}"
Write-Verbose -Verbose "versionModuleDir: ${versionModuleDir}"
Write-Verbose -Verbose "PWD: $PWD"
Rename-Item "${versionModuleDir}" "${CheckoutPath}\out\PSScriptAnalyzer\PSScriptAnalyzer"
$moduleDir = "${CheckoutPath}\out\PSScriptAnalyzer"
}
Expand Down

0 comments on commit 9167a5b

Please sign in to comment.