Skip to content

Release v2.6.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 10:29
70b8e2f

Summary

The Vite build still pointed at ../Ingress/wwwroot — a project that no longer exists after the rename to AuthProxy — so npm run build never populated Source/AuthProxy/wwwroot. The frontend was absent from the published container image, and the publish pipeline's frontend artifact was silently empty (upload-artifact defaults to if-no-files-found: warn), which then broke the dotnet-publish step that downloads it.

Fixed

  • The React frontend is now built into the AuthProxy web root and bundled into the published image, instead of being written to a stale Ingress path and dropped.

Changed

  • The publish pipeline now fails loudly if the frontend build output is empty, instead of silently shipping an image without the frontend.