Offline Drop Output Variables is not working

In https://github.com/OctopusDeploy/Issues/issues/4423 you say that is resolved
But now we have version 2018.5.6 and this feature not working at all.
I’ll try to set true for OctopusPrintVariables and OctopusPrintEvaluatedVariables and in log has no any output variables.
We use community step https://library.octopusdeploy.com/step-templates/4e3a1163-e157-4675-a60c-4dc569d14348/actiontemplate-deploy-ssrs-reports-from-a-package
And it is not working for offline drop because
DeployedPath equals empty string
$DeployedPath = $OctopusParameters[“Octopus.Action[$NugetPackageStepName].Output.Package.InstallationDirectoryPath”]

Hi Vitaly,

Thank you for getting in touch.

I’ve investigated this issue and have found that output variables created using our Set-OctopusVariable cmdlet works as expected, it is only output variables created in our install conventions in Calamari that didn’t work due to a mistake in the regular expression we used to parse the messages to see if it was an output variable service message.

I’ve raised this GitHub issue that you can follow to get updates on the progress of the fix.

Thank you and best regards,
Henrik

Thank you for quick response. I subscribed to GitHub issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.