Skip to content

Commit

Permalink
Update extensions with repository link (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
omeshp authored Jan 21, 2019
1 parent 4fac7d7 commit eec9a5b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Extensions/BitBucket/Src/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"icons": {
"default": "images\\vss_default.png"
},
"repository": {
"type": "git",
"uri": "https://github.com/Microsoft/azure-pipelines-extensions/"
},
"branding": {
"color": "#3B3E43",
"theme": "dark"
Expand Down Expand Up @@ -188,4 +192,4 @@
}
}
]
}
}
4 changes: 4 additions & 0 deletions Extensions/ExternalTfs/Src/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"path": "Tasks/DownloadExternalBuildArtifacts"
}
],
"repository": {
"type": "git",
"uri": "https://github.com/Microsoft/azure-pipelines-extensions/"
},
"branding": {
"color": "#5C2D91",
"theme": "dark"
Expand Down
4 changes: 4 additions & 0 deletions Extensions/TeamCity/Src/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"icons": {
"default": "images\\tc-icon128px.png"
},
"repository": {
"type": "git",
"uri": "https://github.com/Microsoft/azure-pipelines-extensions/"
},
"branding": {
"color": "#3B3E43",
"theme": "dark"
Expand Down

0 comments on commit eec9a5b

Please sign in to comment.