Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

Nonexistent include prevents deploying to Azure #62

Open lelandbatey opened 6 years ago

lelandbatey commented 6 years ago

Currently it is not possible to deploy a fresh clone of this repository to Azure because WebAppGraphAPI/WebAppGraphAPI.csproj includes a nonexistent Javascript file which causes Visual Studio to choke when you try to publish this sample to Azure.

Specifically, line 254 of the .csproj file includes a nonexistent script at the location Scripts\modernizr-2.7.2.js. Deleting this line allows the project to be deployed.