Azure package does not include solution libraries in one of two web roles
I have a solution in Visual Studio with a bunch of library projects, two
web application projects and a cloud project. One web app has a dependancy
on all libraries and the second web app depends on the first web app only
(this app is not finished yet and will depend on part of the libraries,
eventually).
The problem is, when I publish the solution to azure, only the second web
app includes the libraries in it's bin folder, but the first app has only
external dependencies. Although when I build the solution, all the
necessary files are included.
No comments:
Post a Comment