Can't edit a bound expression

Hi,

Once we bind a checkbox to a custom expression in the IIS bindings section of the “deploy nuget” step, we can only “reset” the expression and start over, we can’t edit it or even see it like we could in 2.6.

I’m not sure if this has anything do to with the error we are getting pasted below. I just updated the server to version 3.0.10.2278 and we are still having this issue.

Thanks!
Stephen

Deploying package 'C:\Octopus\Files\hungerInitiative.1.0.30.nupkg-387777af-731d-45b7-9f98-cb7cba03b74b' to machine 'https://128.61.165.206:10933/'
11:44:36Info
Deploying package:    C:\Octopus\Files\hungerInitiative.1.0.30.nupkg-387777af-731d-45b7-9f98-cb7cba03b74b
11:44:36Info
Using variables from: C:\Octopus\Work\20150806154435-403\Variables.json
11:44:41Info
Transforming 'C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Web.config' using 'C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Web.Release.config'.
11:44:41Info
Updating appSettings and connectionStrings in: C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Web.config
11:44:41Info
No matching setting or connection string names were found in: C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Web.Debug.config
11:44:41Info
No matching setting or connection string names were found in: C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Web.Production.config
11:44:41Info
No matching setting or connection string names were found in: C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Areas\Admin\Views\web.config
11:44:41Info
Updating appSettings and connectionStrings in: C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\bin\hungerInitiative.dll.config
11:44:41Info
No matching setting or connection string names were found in: C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Views\Web.config
11:44:44Error
foreach-object : Exception calling "Parse" with "1" argument(s): "String was 
11:44:44Error
not recognized as a valid Boolean."
11:44:44Error
At C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Octopus.Features.IISW
11:44:44Error
ebSite_BeforePostDeploy.ps1:86 char:29
11:44:44Error
+ $bindingString.Split("|") | foreach-object {
11:44:44Error
+                             ~~~~~~~~~~~~~~~~
11:44:44Error
    + CategoryInfo          : NotSpecified: (:) [ForEach-Object], MethodInvoca 
11:44:44Error
   tionException
11:44:44Error
    + FullyQualifiedErrorId : FormatException,Microsoft.PowerShell.Commands.Fo 
11:44:44Error
   rEachObjectCommand
11:44:44Error
11:44:44Error
Script 'C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Octopus.Features.IISWebSite_BeforePostDeploy.ps1' returned non-zero exit code: 1
11:44:44Error
Running rollback conventions...
11:44:44Error
Script 'C:\Octopus\Applications\Test\hungerInitiative\1.0.30_2\Octopus.Features.IISWebSite_BeforePostDeploy.ps1' returned non-zero exit code: 1
11:44:44Error
The remote script failed with exit code 1

Hi Stephen,

Thanks for reaching out. I’ve created a github issue for this. You can track its progress here https://github.com/OctopusDeploy/Issues/issues/1861

Regards,

Dalmiro