-
-
Notifications
You must be signed in to change notification settings - Fork 334
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
[Mac] Output directory parameter is ignored when using dotnet publish #2106
Comments
Interesting, when I specify an output folder it actually gives me an error:
The error can be fixed, though I can't replicate the issue where it goes to bin/{config}/{framework}, at least with Eto.Test.Mac64.csproj. |
Still some issues, try with this command |
Expected Behavior
When specifying the output directory, the
.app
folder should appear to the specified directory.Actual Behavior
The
.app
is created in{PROJECT}/bin/{CONFIGURATION}/{FRAMEWORK}
(i.e.Eto.Test.Mac/bin/debug/.net6.0
)Steps to Reproduce the Problem
dotnet publish -o macCompile
Specifications
The text was updated successfully, but these errors were encountered: