File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11param (
2- [string ]$Action = " default" ,
2+ [string ]$Action = " default" ,
33 [hashtable ]$properties = @ {},
4- [switch ]$Help
4+ [switch ]$Help
55)
66
77function Install-Chocolatey ()
@@ -70,17 +70,13 @@ $psakeDirectory = (Resolve-Path $env:ChocolateyInstall\lib\Psake*)
7070# appveyor for some reason have different location for psake (it has older psake version?)
7171if ($env: APPVEYOR_REPO_BRANCH )
7272{
73- Import-Module (Join-Path $psakeDirectory " tools\Psake\Psake.psm1" )
73+ Import-Module (Join-Path $psakeDirectory " tools\Psake\Psake.psm1" )
7474}
7575else
7676{
77- Import-Module (Join-Path $psakeDirectory " tools\Psake.psm1" )
77+ Import-Module (Join-Path $psakeDirectory " tools\Psake.psm1" )
7878}
7979
8080
8181# invoke the task
8282Invoke-Psake - buildFile " $Here \build.ps1" - parameters $properties - tasklist $Action
83-
84-
85-
86-
You can’t perform that action at this time.
0 commit comments