Skip to content

Comments

Fix macOS build#1766

Merged
sathvikkumar-octo merged 1 commit intomainfrom
sk/macos-build-fix
Feb 18, 2026
Merged

Fix macOS build#1766
sathvikkumar-octo merged 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

@sathvikkumar-octo sathvikkumar-octo merged commit 0bb9797 into main Feb 18, 2026
33 checks passed
@sathvikkumar-octo sathvikkumar-octo deleted the sk/macos-build-fix branch February 18, 2026 22:50
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.

2 participants