Skip to content

Commit

Permalink
Cleanup deploy from package
Browse files Browse the repository at this point in the history
  • Loading branch information
muratiakos committed Jan 5, 2018
1 parent 166c662 commit fc6557e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psakefile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Task Test -Depends Build {

Task Deploy -Depends Test {
$Params = @{
Path = $Env:BHPSModulePath
Path = $Env:BHProjectPath
Force = $true
Recurse = $true
}
Expand Down

0 comments on commit fc6557e

Please sign in to comment.