Hi

can you post your config?
I can not simulate the problem :-(

I made a config with the powershell task and the preprocessor, and it parses
ok,
and a force build is also performed ok.


with kind regards
Ruben Willems

On 3 September 2011 00:21, Mark <[email protected]> wrote:

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

Reply via email to