Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure GenerateRuntimeJson runs before Pack
The pack task itself doesn't do anything but depend on a sequence of tasks. As a result running a target `BeforeTargets="Pack"` actually runs after the package is created, since dependencies run before BeforeTargets. Sequence the target before GenerateNuspec instead.
- Loading branch information