File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Install-Psake
14
14
15
15
$psakeDirectory = (Resolve-Path $env: ChocolateyInstall \lib\Psake* )
16
16
17
- Import-Module (Join-Path $psakeDirectory " tools\Psake.psm1" )
17
+ Import-Module (Join-Path $psakeDirectory " tools\Psake\Psake .psm1" )
18
18
19
19
if ($Help )
20
20
{
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function Install-Chocolatey()
24
24
25
25
function Install-Psake ()
26
26
{
27
- if (! (Test-Path $env: ChocolateyInstall \lib\Psake* ))
27
+ if (! (Test-Path $env: ChocolateyInstall \lib\Psake\tools\Psake * ))
28
28
{
29
29
choco install psake - y
30
30
}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Task Restore-Packages {
54
54
}
55
55
56
56
Task Install-MSBuild {
57
- if (! (Test-Path $MSBuild14 ))
57
+ if (! (Test-Path $MSBuild ))
58
58
{
59
59
cinst microsoft- build-tools - y
60
60
}
You can’t perform that action at this time.
0 commit comments