Skip to main content

Custom Pipeline Properties are not getting exported

I’ve a custom pipeline that has a connectionString property.  I can see the values from the AdminConsole however when I export the bindings, the connctionString value is not getting exported and <ReceivePipelinData> element is empty.

Here is a solution to the problem.

The Export Bindings option doesn’t export default values. (Ridiculous, wasted my good portion of a day)  After I changed it to something different then default and it was exported in the binding file.

Comments