I publish my site for Azure using Visual Studio Online. I am using Visual Studio 2013 Professional. I have not made any changes to my CloudService file, and it started today. Is the file path correct? I get this error message:
d: \ a \ src \ XX \ Azure \ CloudService1 \ CloudService1.ccproj (70): imported project "C: \ Program Files (x86) \ MSBuild \ Microsoft \ VisualStudio \ v14.0 \ Windows Azure Tools \ 2.3 \ Microsoft. "WindowsAzure.targets" not found. Verify that the path in the declaration is correct and that the file exists on disk.
In the first line of my solution file, here is the version:
Microsoft Visual Studio Solution File, Version 12.00 Format
Visual studio 2013
VisualStudioVersion = 12.0.30501.0
I have not made any changes to this area, so I'm not sure what is going on.
source
share