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: install sqlcmd before using it in MSSQL CI job
- Install mssql-tools18 via apt so sqlcmd is available on PATH
- Add 3-minute timeout and explicit retry loop (30 × 5s) with clear output
- Use IF DB_ID() IS NULL to avoid error if DB already exists
- Fix release name: sql-nio → CosmoSQLClient
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments