Skip to content

GH4720: Use non-boolean self-contained arguments for dotnet publish.#4722

Merged
devlead merged 1 commit intocake-build:developfrom
peymanr34:fix-self-contained
Feb 12, 2026
Merged

GH4720: Use non-boolean self-contained arguments for dotnet publish.#4722
devlead merged 1 commit intocake-build:developfrom
peymanr34:fix-self-contained

Conversation

@peymanr34
Copy link
Contributor

This PR replaces the boolean self-contained arguments with their non-boolean counterparts:

Value Before After
SelfContained = true --self-contained true --self-contained
SelfContained = false --self-contained false --no-self-contained

Closes: #4720

@peymanr34 peymanr34 changed the title Use non-boolean self-contained arguments for dotnet publish. GH4720: Use non-boolean self-contained arguments for dotnet publish. Feb 9, 2026
@devlead devlead enabled auto-merge February 12, 2026 12:24
Copy link
Member

@devlead devlead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@devlead devlead merged commit e8eb81e into cake-build:develop Feb 12, 2026
16 checks passed
@devlead
Copy link
Member

devlead commented Feb 12, 2026

@peymanr34 your changes have been merged, thanks for your contribution 👍

@peymanr34 peymanr34 deleted the fix-self-contained branch February 20, 2026 07:17
This was referenced Mar 2, 2026
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.

Use non-boolean self-contained arguments for dotnet publish

2 participants