Tagged Questions

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 ...