microsoft / HealthClinic.biz

The samples contained in this repo are used to present an end-to-end demo scenario based on a fictitious B2B and multitenant system, named “HealthClinic.biz” that provides different websites, mobile apps, desktop apps, wearable apps, and services running on the latest Microsoft and open technologies aligned with announcements to showcase during the Connect(); 2015 event. The current published version works with Visual Studio 2015 Update 1 RC bits and ASP.NET 5.0 Beta 8. The final version used at Connect(); 2015 will be published soon.
http://aka.ms/Connect
MIT License
496 stars 292 forks source link

MyHealth.Web missing wwwroot #11

Closed AbdouSlayne closed 8 years ago

AbdouSlayne commented 8 years ago

Hello,

When open the solution 01_Demos_ASPNET5, I cant publish the web project to Azure, due to the missing wwwroot folder. Here is the screenshot from the Wiki page deployement to Azure : alt text

And this is what I got when I open it in my environnement :

healthissue

Even when I brows the GitHub source code here, I dont see any wwwroot forlder :

healthissue2

Any help ?

Thank you.

ibonilm commented 8 years ago

Sync your repo and try again please

AbdouSlayne commented 8 years ago

Thanks, it's good now.