mikaelkrief / GitHub-Tools-vsts-extensions

VSTS extension Build and Release Tasks for Github tools
3 stars 3 forks source link

Won't run on linux agent with powershell installed #12

Open marcwittke opened 6 years ago

marcwittke commented 6 years ago

I'm not sure if it is supposed to work, but this is the output:

******************************************************************************
Starting: Tag GitHub source code
******************************************************************************
==============================================================================
Task         : Tag GitHub source code
Description  : Create a Tag in GitHub source code
Version      : 1.0.0
Author       : Mikael Krief
Help         : Tag your GitHub source code v1.0.0 [More Information](https://github.com/mikaelkrief/GitHub-Tools-vsts-extensions/wiki/Tag-GitHub-source-code)
==============================================================================
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.
******************************************************************************
Finishing: Tag GitHub source code
******************************************************************************

However, it should be possible to run tasks cross platform. At least using typescript tasks that run in npm.

JovialJerboa commented 5 years ago

Is there any movement on this at all? Could we help in any way?