412 Views
I have used post-build events in Visual Studio for a long time, primarily to copy files from one location to another. But due to changes in how we work with .NET Core, I have changed the way I write build events. Short version: The '$(SolutionDir)' macro doesn't work well from the command line.
0 comments