kria / TfsNotificationRelay

An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC
GNU General Public License v3.0
116 stars 32 forks source link

TFS 2018 support #61

Open kria opened 7 years ago

kria commented 7 years ago

https://blogs.msdn.microsoft.com/bharry/2017/08/30/tfs-2018-rc1-is-available/

dukesta3 commented 7 years ago

@kria - do you need any help with this? If my area doesn't get devastated by Hurricane Irma this weekend, I will have some free time to work this if you can help point me in the right direction.

kria commented 7 years ago

Go for it @dukesta3! Basically you start with the master branch which holds the 2017.2 codebase. You then replace all the dll:s in lib\ with the corresponding files from Application Tier\Web Services\bin\ of a new TFS 2018 RC1 installation. Compile, test and fix what breaks. Since it's a new major version, the breaking changes may be extensive, but I really have no idea.

Stay safe!

dukesta3 commented 7 years ago

@kria - we got this working by adding the new libs and changing one line of code. We are just moving over from Jira and Stash, so have only tested work item and pull requests being pushed to HipChat Server. I can send you a PR if you want, let me know what branch you want to merge into.

kria commented 7 years ago

I added a new branch tfs2018, that you can merge into. Thanks!