mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 12:55:57 +03:00
[PR #182] fix: ensure Radzen CSS assets are present before Docker publish (2.0.0-rc5) #174
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/Corsinvest/cv4pve-admin/pull/182
State: closed
Merged: Yes
Summary
dotnet publishinadmin.ps1download-assetsstep in GitHub Actions workflow before Docker buildUseStatusCodePagesWithReExecutebeforeUseAntiforgeryinProgram.csInDockercondition fromDownloadFilesMSBuild target2.0.0-rc5Root cause
MapStaticAssetsin Release mode computes fingerprints at publish time. If Radzen CSS files are not present inwwwrootbefore publish starts, they are excluded from the fingerprint manifest causing 500 errors on first clean build.Test plan
admin.ps1 buildafter clean — no 500 errors on CSS assets[PR #182] [MERGED] fix: ensure Radzen CSS assets are present before Docker publish (2.0.0-rc5)to [PR #182] fix: ensure Radzen CSS assets are present before Docker publish (2.0.0-rc5)