Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix icon issues with CircleCI endpoint #601

Merged
merged 1 commit into from
Apr 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Extensions/CircleCI/Src/images/icon-circleci-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Extensions/CircleCI/Src/images/vss_default.png
Binary file not shown.
7 changes: 3 additions & 4 deletions Extensions/CircleCI/Src/vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"manifestVersion": 1.0,
"id": "vss-services-circleci",
"name": "CirclCI artifacts for Release Management",
"name": "CirclCI artifacts for Release Pipeline",
"publisher": "ms-vscs-rm",
"version": "0.150.0",
"public": true,
"description": "Tools related to connecting with CircleCI",
"description": "Tool for connecting with CircleCI",
"_description.comment": "The below format to define artifact extensions is currently in preview and may change in future.",
"categories": [ "Build and release" ],
"Tags": [ "CircleCI", "Release", "DevOps", "Artifacts", "Pipelines" ],
Expand Down Expand Up @@ -131,8 +131,7 @@
"resultSelector": "jsonpath:$[*]"
}
],
"helpMarkDown": "<a href=\"https://msdn.microsoft.com/Library/vs/alm/Release/author-release-definition/understanding-tasks#serviceconnections\" target=\"_blank\"><b>Learn More</b></a>",
"icon": "icons/icon-circleci-logo.png"
"helpMarkDown": "<a href=\"https://msdn.microsoft.com/Library/vs/alm/Release/author-release-definition/understanding-tasks#serviceconnections\" target=\"_blank\"><b>Learn More</b></a>"
}
},
{
Expand Down
Binary file removed Extensions/CircleCI/Src/vss_default.png
Binary file not shown.
Binary file removed Extensions/CircleCI/Src/vss_wide.png
Binary file not shown.