Got a git project hosten in VSTS. When i trigger a build in VSTS it fails stating the following:
You must add a reference to assembly 'Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
The reference is the nuget package for aspnet identity and the project builds (rebuild solution) just fine in VS2015 on my local pc. There are of course no local changes and the same branche is build.
Can anyone tell me why this happens or point me in a direction on how to solve this.