Nunit issue

hello
when i try to run a nunit test i have the following error. I dont know how to find the ps1 file the log mentionned. is there a configuration on the tentacle to retreive this file ?

Running NUnit tests…
Including assembly Geosys.Platform.Maiseo.IntegrationTests.dll
Invoke-Expression : The expression after ‘&’ in a pipeline element produced an
invalid object. It must result in a command name, script block or CommandInfo o
bject.

At C:\Users\ac\AppData\Local\Tentacle\Temp\ac58b5bd-38b3-4a8a-b42b-1174d1dd122e.ps1:18 char:4

  • iex <<<< $runNUnit
    • CategoryInfo : InvalidOperation: (:String) [Invoke-Expression],
      RuntimeException
    • FullyQualifiedErrorId : BadExpression,Microsoft.PowerShell.Commands.Invo
      keExpressionCommand

when i insert the path of NUnit it works sorry for this useless post

Hi Sebastien,

Thanks for the update and glad you got it working!

Paul