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
- Host: GitHub
- URL: https://github.com/kant2002/msbuildtasksamesolution
- Owner: kant2002
- License: mit
- Created: 2024-03-05T09:14:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T09:47:46.000Z (over 2 years ago)
- Last Synced: 2024-10-11T20:52:00.925Z (almost 2 years ago)
- Language: C#
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.