Skip to content

Commit

Permalink
added -NoProfile to the bat calls into powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
staxmanade committed Apr 21, 2010
1 parent f0c9f24 commit 36b7578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-Debug.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
powershell -Command "& { Import-Module .\psake.psm1; Invoke-psake .\default.ps1 }"
powershell -NoProfile -Command "& { Import-Module .\psake.psm1; Invoke-psake .\default.ps1 }"

Pause
2 changes: 1 addition & 1 deletion build-Full-Release.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
powershell -Command "& { Import-Module .\psake.psm1; Invoke-psake .\default.ps1 build-Full-Release -parameters @{"build_configuration"='Release';} }"
powershell -NoProfile -Command "& { Import-Module .\psake.psm1; Invoke-psake .\default.ps1 build-Full-Release -parameters @{"build_configuration"='Release';} }"

Pause

0 comments on commit 36b7578

Please sign in to comment.