Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
underrobyn committed Jan 3, 2024
1 parent 685b850 commit c1c8d42
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-tfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:

- name: Update task files
run: |
cp $GITHUB_WORKSPACE/README.md $GITHUB_WORKSPACE/src/vss-extension.md
cp $GITHUB_WORKSPACE/README.md $GITHUB_WORKSPACE/src/README.md
cp $GITHUB_WORKSPACE/LICENSE $GITHUB_WORKSPACE/src/LICENSE.md
- name: Package (Dev)
run: >
Expand Down
16 changes: 16 additions & 0 deletions src/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@
"id": "Microsoft.VisualStudio.Services"
}
],
"branding": {
"color": "rgb(58, 99, 200)",
"theme": "dark"
},
"content": {
"details": {
"path": "src/README.md"
},
"license": {
"path": "src/LICENSE.md"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/underrobyn/dependabot-fail-task"
},
"contributions": [
{
"id": "DependabotFailTask",
Expand Down

0 comments on commit c1c8d42

Please sign in to comment.