An open API service indexing awesome lists of open source software.

https://github.com/kant2002/msbuildtasksamesolution

Sample how to use MSBuild task within same solution
https://github.com/kant2002/msbuildtasksamesolution

Last synced: 8 days ago
JSON representation

Sample how to use MSBuild task within same solution

Awesome Lists containing this project

README

          

# MSBuildTaskSameSolution

Sample how to use MSBuild task within same solution.

Most inconviniet in this setup is that you cannot modify MSBuild task without shutting down build server.
Workaround for this is `RoslynCodeTaskFactory`, but this maybe not appropriate for everybody.

If you decide keep tasks in same solution, learn to run `dotnet build-server shutdown` often.