Skip to content

Commit 06e6122

Browse files
committed
cleanup script
1 parent 18e90a0 commit 06e6122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Install-DocFx
6767
$psakeDirectory = (Resolve-Path $env:ChocolateyInstall\lib\Psake*)
6868

6969
#appveyor for some reason have different location for psake (it has older psake version?)
70-
if($env:APPVEYOR_REPO_BRANCH)
70+
if(Test-Path $psakeDirectory\tools\Psake\Psake.psm*)
7171
{
7272
Import-Module (Join-Path $psakeDirectory "tools\Psake\Psake.psm1")
7373
}

0 commit comments

Comments
 (0)