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
Hi, is there any update on this. We have been seeing this issues for the last few months. Thanks
##[warning]Task 'StopWindowsService' (1.1.1) is using deprecated task execution handler.
##[warning]Task 'StartWindowsService' (1.1.1) is using deprecated task execution handler.
##[warning]Task 'CreateWindowsService' (1.1.1) is using deprecated task execution handler.
Hi, When executing the tasks, you get a warning on a usage of a deprecated task Handler:
##[warning]Task 'CreateWindowsService' (1.1.1) is using deprecated task execution handler.
This should be caused by the use of PowerShell executor instead of the newer PowerShell3 one (under the "execution" section of the task manifest).
It should be fairly easy to fix and publish maybe a "v2" of the extension.
The text was updated successfully, but these errors were encountered: