shayki5 / azure-devops-create-pr-task

Azure Pipelines task to create PR in Azure DevOps or GitHub during a build or release pipeline
https://marketplace.visualstudio.com/items?itemName=ShaykiAbramczyk.CreatePullRequest
MIT License
58 stars 35 forks source link

The current operating system is not capable of running this task. (Ubuntu) #146

Closed stephen-james-pe closed 2 years ago

stephen-james-pe commented 2 years ago

I'm running hosted build agents running Ubuntu.

When trying to use this plugin I receive this error,

Is there work around?

[error]The current operating system is not capable of running this task. That typically means the task was written for Windows only. For example, written for Windows Desktop PowerShell.

shayki5 commented 2 years ago

Hi, the task working only in Windows agent 😕 see #22. There is a PR to make is cross-platform: #145, but I need time to handle it.. As a workaround you can add a new job on windows pool and run it :)