File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,11 @@ after_success:
22
22
&& npm publish libraries/botbuilder-azure --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
23
23
&& npm publish libraries/botbuilder-core --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
24
24
&& 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/
25
26
&& npm publish libraries/botframework-config --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
26
27
&& npm publish libraries/botframework-connector --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
27
28
&& npm publish libraries/botframework-schema --registry=https://botbuilder.myget.org/F/botbuilder-v4-js-daily/npm/
29
+
28
30
&& echo End deploy
29
31
30
32
env :
You can’t perform that action at this time.
0 commit comments