Skip to content

Commit

Permalink
Added build target description to howtobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigraine committed Sep 30, 2009
1 parent 212771b commit 3999da7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions how-to-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ PSake is a powershell based build tool and is packed with the source (psake.ps1)

To build simply execute psake.ps1.

Possible build targets:
* Clean = Removes all build artefacts
* Build = Builds the main ElmsConnector library
* Test = Builds testproject and runs Unit tests using xUnit
* Merge = Merges Castle assemblies into ElmsConnector.dll
* Release = (Default) Executes Build, Test, Merge and creates a release zip.

To run another build targert simply run:
PS> .\psake .\default.ps1 <target>


Note:
You may need to execute the following command before being able to execute the script:
Set-ExecutionPolicy remotesigned

0 comments on commit 3999da7

Please sign in to comment.