Tagged Questions

5
votes
2answers
669 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 ...
2
votes
2answers
407 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
185 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 ...