-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add publish manifest file for each deploy
- Loading branch information
Showing
6 changed files
with
88 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,9 +70,9 @@ jobs: | |
- | ||
name: Update version | ||
run: | | ||
(Get-Content -Path Dev16\source.extension.vsixmanifest) | | ||
(Get-Content -Path Dev16\publishManifest.json) | | ||
ForEach-Object {$_ -Replace '1.0.0', '${{ needs.version.outputs.semver }}'} | | ||
Set-Content -Path Dev16\source.extension.vsixmanifest | ||
Set-Content -Path Dev16\publishManifest.json | ||
(Get-Content -Path Dev16\Properties\AssemblyInfo.cs) | | ||
ForEach-Object {$_ -Replace '1.0.0', '${{ needs.version.outputs.semver }}'} | | ||
Set-Content -Path Dev16\Properties\AssemblyInfo.cs | ||
|
@@ -118,9 +118,9 @@ jobs: | |
- | ||
name: Update version | ||
run: | | ||
(Get-Content -Path Dev17\source.extension.vsixmanifest) | | ||
(Get-Content -Path Dev17\publishManifest.json) | | ||
ForEach-Object {$_ -Replace '1.0.0', '${{ needs.version.outputs.semver }}'} | | ||
Set-Content -Path Dev17\source.extension.vsixmanifest | ||
Set-Content -Path Dev17\publishManifest.json | ||
(Get-Content -Path Dev17\Properties\AssemblyInfo.cs) | | ||
ForEach-Object {$_ -Replace '1.0.0', '${{ needs.version.outputs.semver }}'} | | ||
Set-Content -Path Dev17\Properties\AssemblyInfo.cs | ||
|
@@ -165,7 +165,7 @@ jobs: | |
uses: cezarypiatek/[email protected] | ||
with: | ||
extension-file: ${{ github.workspace }}\build\WakaTime.Dev16.vsix\WakaTime.Dev16.vsix | ||
publish-manifest-file: publishManifest.json | ||
publish-manifest-file: Dev16\publishManifest.json | ||
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }} | ||
|
||
publish-dev17: | ||
|
@@ -187,7 +187,7 @@ jobs: | |
uses: cezarypiatek/[email protected] | ||
with: | ||
extension-file: ${{ github.workspace }}\build\WakaTime.Dev17.vsix\WakaTime.Dev17.vsix | ||
publish-manifest-file: publishManifest.json | ||
publish-manifest-file: Dev17\publishManifest.json | ||
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }} | ||
|
||
release: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/vsix-publish", | ||
"categories": [ "coding", "reporting", "programming languages" ], | ||
"identity": { | ||
"internalName": "WakaTime", | ||
"displayName": "WakaTime", | ||
"description": "Metrics, insights, and time tracking automatically generated from your programming activity.", | ||
"tags": [ "Analytics", "Coding","Productivity", "Productivity Tool", "Time Tracking", "Timer", "Code Time", "Metrics", "Time Tracker", "Reports" ], | ||
"vsixId": "52d9c3ff-c893-408e-95e4-d7484ec7fa47", | ||
"version": "1.0.0", | ||
"installTargets": [ | ||
{ | ||
"sku": "Microsoft.VisualStudio.Community", | ||
"version": "[15.0,17.0)" | ||
}, | ||
{ | ||
"sku": "Microsoft.VisualStudio.Pro", | ||
"version": "[15.0,17.0)" | ||
}, | ||
{ | ||
"sku": "Microsoft.VisualStudio.Enterprise", | ||
"version": "[15.0,17.0)" | ||
}, | ||
{ | ||
"sku": "Microsoft.VisualStudio.IntegratedShell", | ||
"version": "[15.0,17.0)" | ||
}, | ||
{ | ||
"sku": "Microsoft.VisualStudio.Ultimate", | ||
"version": "[15.0,17.0)" | ||
}, | ||
{ | ||
"sku": "Microsoft.VisualStudio.Premium", | ||
"version": "[15.0,17.0)" | ||
}, | ||
{ | ||
"sku": "Microsoft.VisualStudio.VSLS", | ||
"version": "[15.0,17.0)" | ||
} | ||
] | ||
}, | ||
|
||
"overview": "OVERVIEW.md", | ||
"priceCategory": "free", | ||
"publisher": "WakaTime", | ||
"private": false, | ||
"qna": true, | ||
"repo": "https://github.com/wakatime/visualstudio-wakatime" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/vsix-publish", | ||
"categories": [ "coding", "reporting", "programming languages" ], | ||
"identity": { | ||
"internalName": "WakaTime", | ||
"displayName": "WakaTime", | ||
"description": "Metrics, insights, and time tracking automatically generated from your programming activity.", | ||
"tags": [ "Analytics", "Coding","Productivity", "Productivity Tool", "Time Tracking", "Timer", "Code Time", "Metrics", "Time Tracker", "Reports" ], | ||
"vsixId": "41DB9DFA-9F21-45A4-B111-22FBD1C3AD94", | ||
"version": "1.0.0", | ||
"installTargets": [ | ||
{ | ||
"sku": "Microsoft.VisualStudio.Community", | ||
"version": "[17.0,18.0)" | ||
}, | ||
{ | ||
"sku": "Microsoft.VisualStudio.Pro", | ||
"version": "[17.0,18.0)" | ||
}, | ||
{ | ||
"sku": "Microsoft.VisualStudio.Enterprise", | ||
"version": "[17.0,18.0)" | ||
} | ||
] | ||
}, | ||
|
||
"overview": "OVERVIEW.md", | ||
"priceCategory": "free", | ||
"publisher": "WakaTime", | ||
"private": false, | ||
"qna": true, | ||
"repo": "https://github.com/wakatime/visualstudio-wakatime" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.