Tagged Questions

0
votes
1answer
13 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
57 views

Determine If Solution Compiles using MSBuild and PSake

Hi, I have put together a PSake (v2.0) build script, and the script is setting the $psake.build_success property as true even thought the call to MSBuild fails. Can anyone advise me on how to …
1
vote
1answer
52 views

Psake, Powershell & Wix

I have the below function as a part of my psake build. When the build is executing Candle.exe throws this error: candle.exe : warning CNDL1098: 'ext .\Build\Packages\WixWeb\bin\WixIIsExtension.dll' …
2
votes
1answer
101 views

Setting up PSake

Hi, Does anybody know or have a link to how I set up psake to run through powershell? I have absolutely no idea and I can find nothing to tell me. Cheers Paul
2
votes
1answer
480 views

PSake extensions?

I recently discovered Powershell and through that PSake. If you are using it and you've extended it or created tasks for it, please share!