giuliov / hugo-vsts-extension

Generate a site using Hugo, a Fast and Flexible Website Generator, running in Visual Studio Team Services or Team Foundation Server.
MIT License
24 stars 15 forks source link

[error]A supported task execution handler was not found. #1

Open singhkays opened 6 years ago

singhkays commented 6 years ago

I'm getting the below error on a Linux hosted agent. Is this extension supported on Linux agents?

2017-10-25T17:20:06.2153990Z ##[section]Starting: Hugo generate /
2017-10-25T17:20:06.2200410Z ==============================================================================
2017-10-25T17:20:06.2213770Z Task         : Hugo
2017-10-25T17:20:06.2227980Z Description  : Generate a static web site using Hugo, a Fast and Flexible Website Generator
2017-10-25T17:20:06.2241780Z Version      : 1.0.0
2017-10-25T17:20:06.2255580Z Author       : Giulio Vian
2017-10-25T17:20:06.2271520Z Help         : [More Information on Task](https://github.com/giuliov/hugo-vsts-extension/README.md), for [Information on Hugo](https://gohugo.io/).
2017-10-25T17:20:06.2287890Z ==============================================================================
2017-10-25T17:20:06.3361190Z ##[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.
2017-10-25T17:20:06.3431470Z ##[section]Finishing: Hugo generate /
giuliov commented 6 years ago

No, sorry. I used Powershell so it works on Windows only.

It is in my To-do list to convert the extension to Typescript so it becomes multi-platform, but, honestly, not at the top.

singhkays commented 6 years ago

@giuliov No worries. Could you leave a comment in the README to indicate for others that this is Windows only for now?