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.
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.