Skip to content

Fix macOS build#1766

Open
sathvikkumar-octo wants to merge 1 commit intomainfrom
sk/macos-build-fix
Open

Fix macOS build#1766
sathvikkumar-octo wants to merge 1 commit intomainfrom
sk/macos-build-fix

Conversation

@sathvikkumar-octo
Copy link
Contributor

@sathvikkumar-octo sathvikkumar-octo commented Feb 10, 2026

  • Always use self-contained publish instead of conditionally disabling it on non-Windows
  • Move Calamari.AzureWebApp to Windows-only project list since it doesn't build on macOS

⚠️ Does this change require a corresponding Server Change?
⚠️ If so - please add a "Requires Server Change" label to this PR!

…bApp to Windows-only

- Always use self-contained publish instead of conditionally disabling it on non-Windows
- Move Calamari.AzureWebApp to Windows-only project list since it doesn't build on macOS
@sathvikkumar-octo sathvikkumar-octo changed the title Fix macOS build by enabling self-contained publish and moving AzureWe… Fix macOS build Feb 10, 2026
static string[] Windows => [..NonWindows, "Calamari.AzureServiceFabric"];

static string[] Windows => [..NonWindows, "Calamari.AzureWebApp", "Calamari.AzureServiceFabric"];
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is needed to allow targeted runtime commands like
./build-local.sh --runtime osx-x64

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.

1 participant