Skip to content

Commit

Permalink
Merge pull request #316 from flcdrg/move-manifests
Browse files Browse the repository at this point in the history
Move manifests
  • Loading branch information
flcdrg authored Jan 7, 2022
2 parents 92dc95d + 54933ea commit 299ac21
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 208 deletions.
19 changes: 19 additions & 0 deletions .github/extension-manifest-2019.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [
"build"
],
"identity": {
"internalName": "ShowMissing2019",
"displayName": "Show Missing Files 2019",
"tags": [
"analyzer"
]
},
"overview": "../Overview.md",
"priceCategory": "free",
"publisher": "DavidGardiner",
"private": false,
"qna": false,
"repo": "https://github.com/flcdrg/VsShowMissing"
}
19 changes: 19 additions & 0 deletions .github/extension-manifest-2022.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [
"build"
],
"identity": {
"internalName": "ShowMissing2022",
"displayName": "Show Missing Files 2022",
"tags": [
"analyzer"
]
},
"overview": "../Overview.md",
"priceCategory": "free",
"publisher": "DavidGardiner",
"private": false,
"qna": false,
"repo": "https://github.com/flcdrg/VsShowMissing"
}
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Upload assets
uses: xresloader/upload-to-github-release@v1
with:
file: "./vsix/**/*.vsix;./build/*.json"
file: "./vsix/**/*.vsix;./.github/extension-manifest-*.json"
overwrite: true
release_id: ${{ steps.create_release.outputs.id }}
env:
Expand Down
207 changes: 0 additions & 207 deletions Libs/MAB.DotIgnore.XML

This file was deleted.

Binary file removed Libs/MAB.DotIgnore.dll
Binary file not shown.
Binary file removed Libs/MAB.DotIgnore.pdb
Binary file not shown.

0 comments on commit 299ac21

Please sign in to comment.