Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit 54c0183

Browse files
committed
Updating build to output named vsix
1 parent 5edff22 commit 54c0183

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ typings/
1010
/.vs
1111
/src/.vs/src/v16/.suo
1212
/src/.vs
13+
/package/

azure-pipelines.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
}
123123
},
124124
"scripts": {
125-
"package": "vsce package",
125+
"package": "vsce package --out vscode-devtools.vsix",
126126
"vscode:prepublish": "npm run build",
127127
"build": "npm run build-ts && npm run build-copy",
128128
"build-ts": "tsc",

0 commit comments

Comments
 (0)