Skip to content

Commit 75acde6

Browse files
authored
Merge pull request #156 from wreynoldson/master
Enable support for tfs api version 4.1
2 parents 2383970 + f57b122 commit 75acde6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/services/Tfs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ function VSTSRestBuilds() {
7676
*/
7777
const allowedAPIVersions = Object.freeze({
7878
'2.0': '2.0',
79+
'4.1': '4.1',
7980
undefined: '2.0'
8081
});
8182

0 commit comments

Comments
 (0)