nkdAgility / azure-devops-variable-tools

Visual Studio Team Services Build and Release Management extensions that help you make use of your build variables in your Release workflows.
https://marketplace.visualstudio.com/items?itemName=nkdagility.variablehydration
MIT License
9 stars 3 forks source link

Make task work on Linux based agents #4

Open never-ok opened 6 years ago

never-ok commented 6 years ago

I'm getting the following error when trying to run task on Linux agent (Ubuntu 17.04):

2018-04-30T10:15:32.2770404Z ##[error]A supported task execution handler was not found. This error usually means the task does not carry an implementation that is compatible with your current operating system. Contact the task author for more details. 2018-04-30T10:15:32.2815678Z ##[section]Finishing: (re)Hydrate Build Variables https://rmdartifacts.blob.core.windows.net/buildartifacts/variables.json

fredgate commented 6 years ago

Exact same error. It would be a great feature, especially that the docker image of the VSTS agent proposed by microsfot is based on a Linux.