Community

Cross-Platform Build Events in .NET Core using MSBuild

(Jeremy) In the last article, we looked at post-build events and .NET Core — specifically how the ‘$(SolutionDir)’ and other macros based on the solution folder do not work when we do project-based builds. Instead, we should use folders relative to the project.