forked from spmeesseman/vscode-taskexplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.publishrc.json
26 lines (26 loc) · 1.08 KB
/
.publishrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"projectName": "vscode-taskexplorer",
"branch": "master",
"buildCommand": "npm run webpack-rebuild",
"buildPostCommand": [
"npm run test-all",
"npm run webpack-rebuild"
],
"changelogFile": "CHANGELOG.md",
"deployCommand": "npx vsce publish",
"deployPostCommand": "${CODE_HOME}\\git\\bin\\bash.exe tools/codecov.sh -t ${CODECOV_TOKEN}",
"githubAssets": [
"CHANGELOG.md|Changelog File",
"vscode-taskexplorer-$(VERSION).vsix|VSIX Installer"
],
"githubRelease": "Y",
"githubReleasePreCommand": "npx vsce package",
"githubReleasePostCommand": "npx rimraf \"*.vsix\"",
"githubUser": "spmeesseman",
"promptVersion": "N",
"repo": "https://github.com/spmeesseman/vscode-taskexplorer.git",
"repoType": "git",
"skipChangelogEdits": "N",
"skipVersionEdits": "Y",
"vcWebPath": "https://github.com/spmeesseman/vscode-taskexplorer"
}