Setting an Absolute Output Path for .NET SDK Projects

added by DotNetKicks
4/24/2023 12:54:45 PM

436 Views

By default .NET SDK project dump their final build output into a deeply nested folder structure that describes the build configuration, target, platform and sometimes additional package folders. While that's useful especially for multi-targeted projects. Sometimes you just want your output to go to specific folder without all that noise.


0 comments