jycouet / VSTSExtensions

MIT License
30 stars 11 forks source link

Task does not set result on completion #2

Closed DavidParks8 closed 6 years ago

DavidParks8 commented 6 years ago

Take a look at https://github.com/Microsoft/vsts-tasks/blob/57cd7604cfea18cd7ca82cb20c6c6921f9785d6e/Tasks/DotNetCoreInstaller/dotnetcoreinstaller.ts#L165

A task should report its status back to the task runner so that a build properly fails or succeeds.

jycouet commented 6 years ago

Fixed with commit: https://github.com/jycouet/VSTSExtensions/commit/9924fdf2e36c97a5321ad873486a465f357f143e

Thank you :)