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
I have searched issues to ensure it has not already been reported
GitVersion package
AzureDevops task
What are you seeing?
I'm using an Azure Devops 2022 on-premise and I'm getting the error :
A supported task execution handler was not found. The task does not carry an implementation that is compatible with your current operating system 'Windows(X64)'. Contact the task author for more details.) on
What is expected?
I look forward to executing this task: gitversion/setup@3
Steps to Reproduce
I have installed GitTools from MarketPlace
Publisher : GitTools
Installed version : 3.1.1.24121015 (Latest)
Last updated : Dec 19, 2024 at 12:06 PM CST
Output log or link to your CI build (if appropriate).
2024-12-30T15:05:25.2676826Z ##[section]Starting: Install GitVersion v6.x
2024-12-30T15:05:25.3375322Z ==============================================================================
2024-12-30T15:05:25.3375501Z Task : Setup GitVersion Task
2024-12-30T15:05:25.3375561Z Description : Easy Semantic Versioning (https://semver.org) for projects using Git
2024-12-30T15:05:25.3375659Z Version : 3.1.1
2024-12-30T15:05:25.3375696Z Author : GitTools Contributors
2024-12-30T15:05:25.3375742Z Help : See the [documentation](https://gitversion.net/docs/) forhelp
2024-12-30T15:05:25.3375814Z ==============================================================================
2024-12-30T15:05:25.3973302Z ##[error]A supported task execution handler was not found. The task does not carry an implementation that is compatible with your current operating system 'Windows(X64)'. Contact the task author for more details.
2024-12-30T15:05:25.3994904Z ##[section]Finishing: Install GitVersion v6.x
The text was updated successfully, but these errors were encountered:
Prerequisites
GitVersion package
AzureDevops task
What are you seeing?
I'm using an Azure Devops 2022 on-premise and I'm getting the error :
A supported task execution handler was not found. The task does not carry an implementation that is compatible with your current operating system 'Windows(X64)'. Contact the task author for more details.) on
What is expected?
I look forward to executing this task: gitversion/setup@3
Steps to Reproduce
I have installed GitTools from MarketPlace
Publisher : GitTools
Installed version : 3.1.1.24121015 (Latest)
Last updated : Dec 19, 2024 at 12:06 PM CST
I'm using ..
Azure DevOps 2022 Server
Agent.Version: 3.225.2
Agent.OS: Windows_NT
Agent.OSArchitecture: X64
Agent.OSVersion: 10.0.22631
My pipeline is:
trigger:
steps:
inputs:
versionSpec: '6.x'
displayName: "Install GitVersion v6.x"
Output log or link to your CI build (if appropriate).
The text was updated successfully, but these errors were encountered: