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
Introduced Microsoft `SourceLink`, along with recommended configuration settings. Alongside the symbols package, this will help ensure that consumers of the NuGet packages will be able to step into OnTopic code during debugging by associating it with specific commits of specific files on GitHub.
While I was at it, I also migrated from the deprecated `GitVersionTask` to `GitVersion.MsBuild`. This maintains feature parity, while giving us access to new builds going forward. I also reverted the previous update to the `GitVersion.yml`, which didn't behave as intended.
Together, these improve our build process.
0 commit comments