dschuermans / TagBuildOnPathChangesExtension

VSTS / TFS build extension which allows you to tag your build for a given path filter(s)
MIT License
0 stars 2 forks source link

Not working for TFVC #2

Closed nickolas-heirbaut closed 5 years ago

nickolas-heirbaut commented 5 years ago

I receive the following error when using TFVC.

image

AJH16 commented 5 years ago

This only works for Git. If you look at what the code is doing, it's running a git command in powershell to get the list of changed files. It could theoretically be extended to work with TVFS by doing a TVFS pathway, but the code isn't currently there.

dschuermans commented 5 years ago

Hi @nickolas-heirbaut,

@AJH16 is correct. This extension was made using Git in TFS. We don't use TFS anymore so I didn't bother looking into it.

It's open source, feel free to fork and make adjustment in order to support it :)