I'm working to get my builds on CC.NET 1.6.x running on my Win2k8R2 server.
I'm trying to use the new powershell call. And I get the error as noted in the subject line. Anyone have a clue what I've done wrong? Most of this I copied directly from the http://confluence.public.thoughtworks.org/display/CCNET/PowerShell+Task site. <powershell> <script>RunIntegrationTests.ps1</script> <executable>$(PowerShellInstallFolder)\PowerShell.exe</executable> <scriptsDirectory>..\PowerShell</scriptsDirectory> <buildArgs>$(TargetMachineIP) $(ProjectName) $ (IntegrationTestsAssembly)</buildArgs> <environment> <variable name="EnvVar1" value="Some data" /> </environment> <successExitCodes>0</successExitCodes> <buildTimeoutSeconds>6000</buildTimeoutSeconds> <description>Using Powershell, run the nunit on Integration tests.</description> </powershell>
