File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Install-Psake
1414
1515$psakeDirectory = (Resolve-Path $env: ChocolateyInstall \lib\Psake* )
1616
17- Import-Module (Join-Path $psakeDirectory " tools\Psake.psm1" )
17+ Import-Module (Join-Path $psakeDirectory " tools\Psake\Psake .psm1" )
1818
1919if ($Help )
2020{
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function Install-Chocolatey()
2424
2525function Install-Psake ()
2626{
27- if (! (Test-Path $env: ChocolateyInstall \lib\Psake* ))
27+ if (! (Test-Path $env: ChocolateyInstall \lib\Psake\tools\Psake * ))
2828 {
2929 choco install psake - y
3030 }
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Task Restore-Packages {
5454}
5555
5656Task Install-MSBuild {
57- if (! (Test-Path $MSBuild14 ))
57+ if (! (Test-Path $MSBuild ))
5858 {
5959 cinst microsoft- build-tools - y
6060 }
You can’t perform that action at this time.
0 commit comments