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
fix(ci): use bash shell for build, restore --project flag for tests
- Build step needs bash shell to parse multi-line commands with
backslash continuations (PowerShell fails on Windows)
- dotnet test requires --project flag in .NET 10 SDK
0 commit comments