Tagged Questions
5
votes
2answers
717 views
psake vs. rake for .NET builds
I'm investigating build tools for use with an ASP.NET MVC 2 application. I like the idea of using a scripting language rather than XML, and have narrowed my choices down to psake or rake. I don't have ...
3
votes
2answers
416 views
How to use psake from a batch file?
What I want is a one file I can double-click that will run the required build process using psake.
I'm new to psake and PowerShell so be gentle :-).
What I have now are 3 files:
File 1: Build.bat
...
1
vote
2answers
210 views
PSAKE powershell & execute task not running
Trying to get a PSAKE script to work. Its seems that tasks are not executing the functions within them?
I have 2 files
-- default.ps1 --
Import-Module ...