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

Add property for generating standalone binary #953

Closed

Conversation

rahxephon89
Copy link

This PR adds three items to <PropertyGroup> so that using dotnet publish Source/Boogie.sln -r <RID> can generate standalone binary of boogie.

@shazqadeer
Copy link
Contributor

dotnet/sdk#10053

Looks like there is a conflict between PackAsTool and self-contained app.

@rahxephon89
Copy link
Author

dotnet/sdk#10053

Looks like there is a conflict between PackAsTool and self-contained app.

Interesting... I tried dotnet publish Source/Boogie.sln -r osx-x64 -c release and it works. Perhaps because I am using publish instead of build?

@keyboardDrummer
Copy link
Collaborator

keyboardDrummer commented Sep 30, 2024

For publishing Boogie online I'm guessing we don't want the options that this PR configures. How about you add a .sh file that invoces dotnet publish with the arguments you require? That way rest of Boogie is unaffected.

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.

3 participants