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: YAML path matching and legacy SSH URL support (#95)
* fix: YAML path matching and legacy SSH URL support
- Strip leading '/' from ADO yamlFilename before comparing to local
relative paths (ADO stores e.g. '/.azdo/pipelines/agent.yml')
- Add legacy SSH URL format: git@vs-ssh.visualstudio.com:v3/...
- Fix step numbering in run() comments (3→4, was skipping 4)
- Add tests for YAML path matching with/without leading slash
- Add test for legacy SSH URL parsing
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: extract normalize_ado_yaml_path helper and update docs
- Extract YAML path normalization into a named helper function so tests
exercise the same code path as production (not duplicated logic)
- Normalize separators before trimming leading slash (handles backslash paths)
- Add backslash normalization test
- Add legacy SSH format to parse_ado_remote doc comment
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments