/How to build.txt
http://github.com/ayende/rhino-etl · Plain Text · 12 lines · 7 code · 5 blank · 0 comment · 0 complexity · 4787f8f4c7e2a638c2ddf80b95525e55 MD5 · raw file
- In order to build this project, you need to execute the psake build script from the PowerShell console.
- You do this using the following command from the root project directory:
-
- .\psake.ps1 default.ps1
-
- You may need to allow script execution by running the following command as adminstrator:
-
- Set-ExecutionPolicy unrestricted
-
- Also note that the build script assume that you have git.exe on your path.
-
- Running the tests requires access to a database called 'test' on the default instance of SQL Server