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
fix(pacmak): .NET build downloading packages from NuGet (#949)
Fix situation where the .NET build accidentally downloads dependency
packages from NuGet, instead of using the locally built packages.
Caused by packages being built in the order given on the command line,
and if a consumer is built before a dependency, the NuGet build would
fall back to loading the package from the online repository.
Apply a topological sort to package building to prevent this from
happening.
0 commit comments