-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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:
publish
├── runtimes
├── app1
│ ├── app1.dll
│ └── ...
├── app1.exe
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.
Metadata
Metadata
Assignees
Labels
No labels