Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding alternative for single file publish #274

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

phmonte
Copy link
Owner

@phmonte phmonte commented May 25, 2024

🚀 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

@phmonte phmonte merged commit 56d9920 into main May 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant