Im new to Azure and wanted to create a continuous integration build using TFS. I created an assembly definition, but creating my cloud application using a simple website using a hosted assembly server in the assembly definition is not an error:
C: \ a \ src \ myAzure \ myAzure \ myAzure.ccproj (70): imported project "C: \ Program Files (x86) \ MSBuild \ Microsoft \ VisualStudio \ v11.0 \ Windows Azure Tools \ 2.0 \ Microsoft.WindowsAzure. targets "not found. Verify that the path in the declaration is correct and that the file exists on disk.
However, I can create locally and manually publish to Azure, and it will work just fine. I suspect the hosted TFS build server does not support Azure 2.0? Is there a way around this problem or will I have to forget the idea of ββusing CI?
maz_man
source share