jessehouwing / azure-pipelines-tfvc-tasks

Azure Pipelines tasks for Team Foundation Version Control
https://marketplace.visualstudio.com/items?itemName=jessehouwing.jessehouwing-vsts-tfvc-tasks
MIT License
27 stars 18 forks source link

Checkin V2 task doesn't support custom author (but task.json has them) #95

Closed jpricket closed 4 years ago

jpricket commented 4 years ago

The Checkin V1 task works perfectly. So, I was very confused when the V2 task didn't set author correctly. Until I finally looked at the code. The author parameters are not passed in or used.

jessehouwing commented 4 years ago

Good catch. Wonder how that slipped through. Will push a fix soon.