File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " cscfg-transform" ,
4
4
"name" : " Azure Cloud Services Config Variable Transform" ,
5
- "version" : " 0.2.0 " ,
5
+ "version" : " 0.2.3 " ,
6
6
"publisher" : " rezStream" ,
7
7
"targets" : [
8
8
{
17
17
"default" : " images/icon.png"
18
18
},
19
19
"files" : [
20
- {
21
- "path" : " ./"
22
- }
20
+ { "path" : " ./" , "packagePath" : " cscfg-transform\\ " }
23
21
],
24
22
"contributions" : [
25
23
{
Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " tsc && mocha ./tests/_suite.js" ,
8
- "package" : " tsc && tfx extension create --manifest-globs vss -extension.json"
8
+ "package" : " tsc && tfx extension create --manifest-globs cscfg-transform -extension.json"
9
9
},
10
10
"keywords" : [
11
11
" cscfg"
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 0 ,
16
16
"Minor" : 2 ,
17
- "Patch" : 0
17
+ "Patch" : 3
18
18
},
19
19
"instanceNameFormat" : " Transform cscfg $(targetFilePath)" ,
20
20
"inputs" : [
You can’t perform that action at this time.
0 commit comments