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

Fix broken build on fresh repository clone #61

Open tawman opened 6 years ago

tawman commented 6 years ago

This PR fixes issue #57 by reverting 566b117c that introduced hint paths that do not work on other user's computers.

The Microsoft.Azure.ActiveDirectory.GraphClient hint path required an update after reverting the change.

Add .vs to the .gitignore file as it has user specific files in VS 2017.

acomsmpbot commented 6 years ago

No issues were found in this pull request.