Skip to content

Fix bundled Avalonia publish path for release builds#4763

Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
FixRelease
May 13, 2026
Merged

Fix bundled Avalonia publish path for release builds#4763
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
FixRelease

Conversation

@GabrielDuf
Copy link
Copy Markdown
Contributor

This pull request updates the way the BundledAvaloniaPublishDir property is set in the UniGetUI.csproj project file. The change ensures that the directory path is always resolved to an absolute path, preventing issues with path anchoring during MSBuild operations.

Build process improvement:

  • Updated the BundledAvaloniaPublishDir property to use MSBuild::NormalizeDirectory for generating an absolute path, ensuring consistent behavior during inner MSBuild calls and avoiding incorrect path anchoring.

@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit 5962a22 into main May 13, 2026
11 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the FixRelease branch May 13, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants