Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated Task Handler warning #7

Open
n3wt0n opened this issue Oct 28, 2019 · 2 comments
Open

Deprecated Task Handler warning #7

n3wt0n opened this issue Oct 28, 2019 · 2 comments

Comments

@n3wt0n
Copy link

n3wt0n commented Oct 28, 2019

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.

@simongymer
Copy link

Please can you update this to use Powershell3 instead of Powershell to remove these warnings. It's just a quick edit of all the task.json files.

@sdowie73
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants