azure - Build error with Visual Studio online -



azure - Build error with Visual Studio online -

i develop asp.net mvc code first application host on azure.

i tried enable continous integration flow described here. ->http://azure.microsoft.com/en-us/documentation/articles/cloud-services-continuous-delivery-use-vso-git/

meaning: have visual studio online business relationship , utilize git repository. ci flow should be: check in git, create build, deploy build testing env.

but maintain getting build errors when check in code git. when compiling code locally working fine , can deploy manually without problems azure. have added build error message receive if build via visual studio online

any ideas?

error message:

`c:\program files (x86)\msbuild\microsoft\visualstudio\v12.0\web\deploy\microsoft.web.publishing.msdeploy.common.targets (55): web deployment task failed. (cannot connect database 'bookwelldb'. larn more at: go.microsoft.com/fwlink/?linkid=221672#error_cannot_connect_to_database.) cannot connect database 'bookwelldb'. larn more at: go.microsoft.com/fwlink/?linkid=221672#error_cannot_connect_to_database. object of type 'dbfullsql' , path 'data source=(localdb)\v11.0;initial catalog=bookwelldb;integrated security=true' cannot created. failed connect server . connection timeout expired. timeout period elapsed while attempting consume pre-login handshake acknowledgement. because pre-login handshake failed or server unable respond in time. duration spent while attempting connect server - [pre-login] initialization=35606; handshake=191; wait operation timed out larn more at: go.microsoft.com/fwlink/?linkid=221672#error_executing_method. failed connect server . connection timeout expired. timeout period elapsed while attempting consume pre-login handshake acknowledgement. because pre-login handshake failed or server unable respond in time. duration spent while attempting connect server - [pre-login] initialization=35606; handshake=191; wait operation timed out`

azure msbuild continuous-integration visual-studio-online

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -