Skip to content

Commit 7002198

Browse files
committed
Allows the extensions to publish
1 parent 3b488cc commit 7002198

7 files changed

+24
-12
lines changed

appcfg-settings-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"content": {
2626
"details": {
27-
"path": "appcfg-settings/overview.md"
27+
"path": "overview-appcfg-settings.md"
2828
},
2929
"license": {
3030
"path": "LICENSE"

build.ps1

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
Push-Location .\appcfg-settings
2-
npm install
3-
tsc
4-
Pop-Location
2+
try {
3+
npm install
4+
tsc
5+
}
6+
finally {
7+
Pop-Location
8+
}
59
tfx extension create --manifest-globs .\appcfg-settings-extension.json
610

711
Push-Location .\cscfg-settings
8-
npm install
9-
tsc
10-
Pop-Location
12+
try {
13+
npm install
14+
tsc
15+
}
16+
finally {
17+
Pop-Location
18+
}
1119
tfx extension create --manifest-globs .\cscfg-settings-extension.json
1220

1321
Push-Location .\cscfg-vnetsite
14-
npm install
15-
tsc
16-
Pop-Location
22+
try {
23+
npm install
24+
tsc
25+
}
26+
finally {
27+
Pop-Location
28+
}
1729
tfx extension create --manifest-globs .\cscfg-vnetsite-extension.json

cscfg-settings-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"content": {
2626
"details": {
27-
"path": "cscfg-settings/overview.md"
27+
"path": "overview-cscfg-settings.md"
2828
},
2929
"license": {
3030
"path": "LICENSE"

cscfg-vnetsite-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"content": {
2525
"details": {
26-
"path": "cscfg-vnetsite/overview.md"
26+
"path": "overview-cscfg-vnetsite.md"
2727
},
2828
"license": {
2929
"path": "LICENSE"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)