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
Modify GitLoaderContext to load any assembly in the folder
When the entry-point task is loaded in an AssemblyLoadContext (as it is
in MSBuild 16.5+ on .NET Core), the default ALC cannot load assemblies
from next to the task location, so assemblies that are redistributed with
the GitVersionTask package aren't automatically found. Extend the task's
private ALC to support loading any assembly from the task's folder.
0 commit comments