You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Yuval
authored and
Yuval
committed
fix(ci): let publish self-restore, bundle package.json for SPA host
Backend: the Ubuntu runner preinstalls newer .NET SDKs that pick up
precedence over our requested 8.0.x, so `dotnet restore` (no RID)
produced an assets file without a linux-x64 target, breaking
`publish -r linux-x64 --no-restore`. Drop the separate restore step
and let publish restore itself; also pin the csproj explicitly to
avoid the solution-level --output warning.
Frontend: bundle a minimal package.json with `pm2 serve . --spa` as
the start script so App Service auto-detects it and runs it — no
reliance on a Portal-configured Startup Command. Loosen the health
check window to tolerate the first cold Oryx build.
0 commit comments