Azure Website/Visual Studio Online Continuous Deployment fails for Website -


i hooked web site project in visual studio 2013 continuous deployments within azure web sites. checking-in triggers build, receive following error:

exception message: deployment package file (*.zip) not found. ensure packageassinglefile msbuild property not set false. (type filenotfoundexception) exception stack trace: @ microsoft.teamfoundation.deployment.workflow.activities.findpackageandparametersfile.execute(codeactivitycontext context) @ system.activities.codeactivity.internalexecute(activityinstance instance, activityexecutor executor, bookmarkmanager bookmarkmanager) @ system.activities.runtime.activityexecutor.executeactivityworkitem.executebody(activityexecutor executor, bookmarkmanager bookmarkmanager, location resultlocation)

i added msbuild argument packageassinglefile=false build configuration, doesn't seem make difference.

any ideas?

thanks in advance!


Comments

Popular posts from this blog

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -