i'm not sure if visual studio 2010 or not respect how packages azure deployments, have visual studio solution contains 5 projects:
- the azure service project
- the project web role
- 2 class library projects contain dal , bll roles use
- and 1 ms test project used unit , integration testing across of these projects
my deployment package right 100 mbs, , takes while upload. have other things can make smaller, want know if there's way can make sure ms test project isn't being packaged alongside else given has largest footprint. suggestions, or not problem?
as long there no references web role, dal or bal projects test project, shouldn't included in package.
if you're worried first of double check of references in web role, dal , bll projects make sure you're not accidentally referencing test project.
as long ok, i'd publish of project disk , have poke around in \bin directory if cloud project see what's using of space.
Comments
Post a Comment