소개
This skill provides specialized guidance for navigating the complexities of running Git Bash scripts on Windows-based Azure DevOps agents. It addresses the notorious path conversion challenges where MINGW/MSYS environments mangle Windows file paths, provides strategies for shell detection across different operating systems, and offers proven patterns for cross-platform pipeline scripts. By implementing these best practices, developers can eliminate common 'No such file or directory' errors and ensure their CI/CD workflows remain robust and portable across Windows, Linux, and macOS agents.