Build multiple binaries from one project in dotnet
/
/
November 18, 2020
Sometimes we might need to build slightly different binaries (or assemblies) out of the same code repository. For example, you might want to release your application with some features to your customers, while hosting/running the full version only by yourself, or in one platform a dependency of your application is not available, while there is …
Continue reading “Build multiple binaries from one project in dotnet”