Skip to content

Switch desktop release pipeline from Avalonia project to App project#747

Draft
Copilot wants to merge 1 commit intomainfrom
copilot/fix-desktop-deployment
Draft

Switch desktop release pipeline from Avalonia project to App project#747
Copilot wants to merge 1 commit intomainfrom
copilot/fix-desktop-deployment

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

The desktop release workflow was building packages from the legacy AngorApp.Desktop (Avalonia) project. It should now use the newer App.Desktop project under src/design/.

Changes

  • DESKTOP_PROJECT: src/avalonia/AngorApp.Desktop/AngorApp.Desktop.csprojsrc/design/App.Desktop/App.Desktop.csproj
  • SOLUTION_PATH: src/Avalonia.slnsrc/App.sln
  • test job: restore/build steps updated to target the new desktop project path
  • Removed unused AVALONIA_DIR env var

Android build remains pointed at AngorApp.Android — no App.Android equivalent exists yet. Web deployment workflows are untouched.

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