Acerca de
This skill provides specialized guidance for developers building Azure Data Factory (ADF) solutions on Windows systems using Git Bash (MINGW64). It addresses the common issue where Git Bash automatically converts Unix-style resource paths into invalid Windows paths, which frequently breaks ADF npm build utilities, Azure CLI commands, and PowerShell deployment scripts. By implementing shell detection logic and environment variable overrides like MSYS_NO_PATHCONV, this skill ensures that CI/CD pipelines and local development scripts remain consistent, portable, and error-free across different operating systems and shell environments.