OctopusDeploy / OctoTFS

| Public | Octopus extensions for Azure DevOps, TFS, VSTS, and VSO
https://marketplace.visualstudio.com/items?itemName=octopusdeploy.octopus-deploy-build-release-tasks
Other
0 stars 42 forks source link

Build information step throws "Path must be a string" error #166

Closed slewis74 closed 5 years ago

slewis74 commented 5 years ago

This Build Information step will throw this error if it has been added to a Release pipeline, as it doesn't have access to required information.

Unfortunately there is no way to specify that the step shouldn't be available in Release pipeline. This is a limitation in the Azure DevOps plugin system and not something we can change.

What we should do is detect the scenario and return an error that actually helps the user work out what is wrong.