I'm trying to create build definition for azure cloud services (Microsoft Azure Cloud Service Project) to automate my build process, but I'm getting the below error on the build step in TFS Online.
Error WAT070 The referenced assembly was not found D:\a\1\s\Python\WebRole1\WebRole1.exe". Please make sure to build the role project that produces this assembly before building this Microsoft Azure Cloud Service Project.
I am trying to host python API using azure Flask. I did manually deployment from VS2015 (in local machine). It's working fine.
But, I had checked the build order it was also fine. It has the web role first and cloud service at next. Still I'm getting the same error.
Note: I have two cloud service projects in single solution.
WebRole1
project. Are you missing some lib references which need for your project? – Bruce Chen