net6.0-macos publish creating .pkg file instead of .app #75346
Unanswered
natan-abolafya
asked this question in
Q&A
Replies: 2 comments 9 replies
-
What type of app are you building? (console, ASP.NET, ...) |
Beta Was this translation helpful? Give feedback.
9 replies
-
I use DotnetBundle package to build app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is this possible? We have been using the output of
dotnet build
for this but I'd like to try trimming to lower the artifact size. But when I change todotnet publish
it produces a pkg file instead. Is there a flag that I can use?I came across this https://docs.microsoft.com/en-us/dotnet/maui/macos/deployment/overview and tried
/p:CreatePackage=false
but that didn't help. It's not a MAUI project either anyway.Beta Was this translation helpful? Give feedback.
All reactions