You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the installed mono version is 5.12, a local build on MacOS fails with error MSB4018: The "Microsoft.Build.Tasks.Git.LocateRepository" task failed unexpectedly.
error MSB4018: The "Microsoft.Build.Tasks.Git.LocateRepository" task failed unexpectedly.
error MSB4018: System.TypeInitializationException: The type initializer for 'Microsoft.Build.Tasks.Git.TaskImplementation' threw an exception.
---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Tasks.Git.Operations' or one of its dependencies
X-ref: Similar to bug #48 "Travis-CI mono build started failing on 2018-10-05"
The text was updated successfully, but these errors were encountered:
Don't run Microsoft.SourceLink.GitHub in Debug builds.
Visual Studio for Mac cleaned up some project / package references.
Fixes bug #52 - `Build fails on MacOS with "Microsoft.Build.Tasks.Git.LocateRepository" task failed unexpectedly.`
Even though the installed mono version is
5.12
, a local build on MacOS fails with errorMSB4018: The "Microsoft.Build.Tasks.Git.LocateRepository" task failed unexpectedly.
Failure mode:
X-ref: Similar to bug #48 "Travis-CI mono build started failing on 2018-10-05"
The text was updated successfully, but these errors were encountered: