You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Running them on a Ubuntu agent yields an error message:
##[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.
However, the powershell modules from azure.databricks.cicd.tools support Powershell Core and, hence, work on Linux agents.
The JSON files should be updated to remove the restriction to Windows agents.
The text was updated successfully, but these errors were encountered:
That won't help. Azure Pipelines can't execute a PowerShell task on PowerShell Core and will always use Windows PowerShell available on the host. For these tasks to work on a non-windows agent, thy need to be rewritten in Node using the Azure Pipelines Task Lib.
The JSON for each task restricts it to Windows agents:
https://github.com/DataThirstLtd/databricks.vsts.tools/blob/master/deployScriptsTask/task.prod.json
Running them on a Ubuntu agent yields an error message:
##[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.
However, the powershell modules from azure.databricks.cicd.tools support Powershell Core and, hence, work on Linux agents.
The JSON files should be updated to remove the restriction to Windows agents.
The text was updated successfully, but these errors were encountered: