I just found my answer :-)
This is because, by default, the Windows Azure project is not related to secondary websites, so the build process may decide to compile these projects after packaging is complete. You can change this by right-clicking the Windows Azure node project in the Visual Studios Solution Explorer, select Project Dependencies and tell it that it depends on all the projects that you need to include in the deployment package:
Nancy source share