I\'m developing a mobile app and using MS App Center for CI. Yesterday the Unit Test project failed to build in App Center with the following error. I couldn\'t recreate the
I had this problem because I had a nuget source that was no longer existing. After removing the faulty nuget source I restored the project and everything worked.