What happened to Powershell output in the deployment steps?

Hi,

Since updating to the versions released today I dont see any of the following output (taken from previous version)

2013-03-25 09:24:53 DEBUG Conventions will be run in the following order:
2013-03-25 09:24:53 DEBUG - PowerShellPreDeployScript
2013-03-25 09:24:53 DEBUG - DeletePackageFile
2013-03-25 09:24:53 DEBUG - XmlConfigTransforms
2013-03-25 09:24:53 DEBUG - XmlConfigVariables
2013-03-25 09:24:53 DEBUG - CopyPackage
2013-03-25 09:24:53 DEBUG - PowerShellDeployScript
2013-03-25 09:24:53 DEBUG - IisWebSite
2013-03-25 09:24:53 DEBUG - PowerShellPostDeployScript
2013-03-25 09:56:18 DEBUG Looking for PowerShell scripts named PreDeploy.ps1
2013-03-25 09:56:18 DEBUG No scripts with a .ps1 extension were found.
2013-03-25 09:56:18 DEBUG No scripts ending with PreDeploy.ps1 were found.
2013-03-25 09:56:18 DEBUG Looking for PowerShell scripts named PreDeploy.ps1

I am testing out a PreDeploy.ps1 but now since this update I cant figure out why it is not finding it nor executing it.

Okay, I added some Write-Host to my powershell and now i do see:

2013-03-25 15:07:52 DEBUG [PreDeploy Script] Script: C:\Octopus\Applications\Test205\XXXXX\1.0.8007.8936\PreDeploy.ps1

And it runs :wink:

Not sure why it only worked second time around or if the output had something to do with it - but it all worked as expected.