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
Post a Comment