You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BotService] Fix the issue that didn't pack resources files of bot service. (#14221)
* Fix the issue that didn't pack resources files of bot service.
* Fix the issue that didn't pack resources files of bot service.
* Add Debug info for test phase
* Add Debug info for test phase
* Fix the issue of test project list is empty
Co-authored-by: wyunchi-ms <[email protected]>
<!-- Visit http://blogs.msdn.com/b/windowsazure/archive/2013/11/14/introduction-to-websockets-on-windows-azure-web-sites.aspx for more information on WebSocket support -->
12
+
<webSocketenabled="false" />
13
+
<handlers>
14
+
<!-- Indicates that the server.js file is a node.js site to be handled by the iisnode module -->
<!-- Visit http://blogs.msdn.com/b/windowsazure/archive/2013/11/14/introduction-to-websockets-on-windows-azure-web-sites.aspx for more information on WebSocket support -->
12
+
<webSocketenabled="false" />
13
+
<handlers>
14
+
<!-- Indicates that the server.js file is a node.js site to be handled by the iisnode module -->
0 commit comments