phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

feat: adding alternative for single file publish #274

Closed phmonte closed 1 month ago

phmonte commented 1 month ago

🚀 Pull Request Template

Adding publish single file support.

Description

If your application's output is a single file, you will need to provide the path to the following DLLs:

-MsBuildPipeLogger.Logger.dll -Buildalyzer.logger.dll

Variable name: LoggerPathDll

See related issue 224 msbuild needs the physical address of the logger, for this reason it is not possible to use single file publish without informing this route.

Remembering that if the files are in the root where the project is running, it is not necessary to inform the path.

[x] Readme updated