-
Notifications
You must be signed in to change notification settings - Fork 23
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
How do I publish into a subfolder of PublishDir? #73
Comments
no, you can't. lets says you have 2 apps, app1 and app2, by default, the entire project folder structure should be like this:
to make them publishing as an application set, this two projects must have the same publish dir, you can publish app1 into app2's |
I can copy the other app in a separate step, that's not my problem. Even with a single app, this causes problems for me. What does BeautyDir mean then, if not this? With so many config options related to this already (BeautyDir, BeautyAppHostDir, BeautyAppHostEntry, BeautyLibsDir), shouldn't NetBeauty2 be able to handle this? |
@liesauer could you please respond to the questions in the last part? What does BeautyDir mean? The documentation is really thin on this. |
BeautyDir is where your app root dir is(where the deps.json is) |
I have 3 executables I publish as a set, and I want them to use a single dotnet runtime.
I tried using NetBeauty2, and worked based on SharedRuntimeTest.
This is the directory structure in the example:
But it's achieved by setting
<PublishDir>../publish/WsClient</PublishDir>
. I want the PublishDir to be still set to publish, not the subfolder, and tell NetBeauty2 to use this folder structure, but I can't find a way. I tried setting BeautyDir, but it does nothing, and the other variables don't affect the exe, or ruin the relative paths when loading the dlls.The text was updated successfully, but these errors were encountered: