aspnet / Coherence

A build that verifies that all the packages form a consistent graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove package-dependencies from makefile.shade

pranavkm opened this issue · comments

We no longer need to run DependenciesPackager as part of Coherence. cc @javiercn

Yep, we can remove it from here, but we might keep a command to run a restore on ship\project.json to ensure the consistency of our shipping packages, this is incredibly useful in detecting misconfigured packages within our graph and missing third party dependencies we aren't accounting for.

@javiercn Coherence-Final still runs this. So we do have coverage, just later in the pipeline.