-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Below is the log of what is reported when the task is run. The part that seems most relevant is when it says: 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-03T22:51:43.0114103Z ##[debug]Evaluating condition for step: 'Check Dependencies'
2024-12-03T22:51:43.0115571Z ##[debug]Evaluating: succeeded()
2024-12-03T22:51:43.0115828Z ##[debug]Evaluating succeeded:
2024-12-03T22:51:43.0116214Z ##[debug]=> True
2024-12-03T22:51:43.0116843Z ##[debug]Result: True
2024-12-03T22:51:43.0117428Z ##[section]Starting: Check Dependencies
2024-12-03T22:51:43.0126016Z ==============================================================================
2024-12-03T22:51:43.0126135Z Task : NuGet Dependency Check
2024-12-03T22:51:43.0126200Z Description : Tool for checking NuGet dependencies.
2024-12-03T22:51:43.0126251Z Version : 1.18.0
2024-12-03T22:51:43.0126297Z Author : chwebdude
2024-12-03T22:51:43.0126342Z Help :
2024-12-03T22:51:43.0126396Z ==============================================================================
2024-12-03T22:51:43.1187865Z ##[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-03T22:51:43.1207037Z ##[debug]System.Exception: 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.
at Microsoft.VisualStudio.Services.Agent.Worker.TaskRunner.RunAsync()
at Microsoft.VisualStudio.Services.Agent.Worker.StepsRunner.RunStepAsync(IStep step, CancellationToken jobCancellationToken)
2024-12-03T22:51:43.1209507Z ##[section]Finishing: Check Dependencies
=================================================================
I am using this on the following service:
About Azure DevOps Server
Azure DevOps Server
Version 17.143.28912.1
© Microsoft Corporation. All rights reserved.
=================================================================
I noticed that this was updated to use a newer version of node, but without me updating my version of Azure DevOps Server, I don't know that my version uses a newer version of node. I do not know if that is what is causing the error.