Skip to content

Commit

Permalink
Merge pull request #1 from ligershark/master
Browse files Browse the repository at this point in the history
Merge latest from ligershark
  • Loading branch information
sayedihashimi committed Jan 26, 2014
2 parents d2689d1 + c950e53 commit 9880425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psbuild.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function New-Project{
$newProj = [Microsoft.Build.Construction.ProjectRootElement]::Create()

if($filePath){
Save-Project $newProj
Save-Project -project $newProj -filePath $filePath | Out-Null
}

return $newProj
Expand Down

0 comments on commit 9880425

Please sign in to comment.