Skip to content

Commit 13af2f3

Browse files
authored
Add AppInsights package into build publish step
1 parent 7a26e28 commit 13af2f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ after_success:
2222
&& npm publish libraries/botbuilder-azure --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
2323
&& npm publish libraries/botbuilder-core --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
2424
&& npm publish libraries/botbuilder-dialogs --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
25+
&& npm publish libraries/botbuilder-applicationinsights --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
2526
&& npm publish libraries/botframework-config --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
2627
&& npm publish libraries/botframework-connector --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
2728
&& npm publish libraries/botframework-schema --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
29+
2830
&& echo End deploy
2931

3032
env:

0 commit comments

Comments
 (0)