We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e90a0 commit 06e6122Copy full SHA for 06e6122
.build/setup.ps1
@@ -67,7 +67,7 @@ Install-DocFx
67
$psakeDirectory = (Resolve-Path $env:ChocolateyInstall\lib\Psake*)
68
69
#appveyor for some reason have different location for psake (it has older psake version?)
70
-if($env:APPVEYOR_REPO_BRANCH)
+if(Test-Path $psakeDirectory\tools\Psake\Psake.psm*)
71
{
72
Import-Module (Join-Path $psakeDirectory "tools\Psake\Psake.psm1")
73
}
0 commit comments