set prescribed folder under powershell and run below git command , i can able
to get result if i run git status but when i run below git command not working under powershell script , throwing error
... git : git: 'find . -type f -name '*.csproj' ! -exec grep -q 'StyleCop' {} \; -print' is not a git command. See 'git --help'. ... Requirements: prescribed folder : cd
/c/Solution/Components $ find . -type f -name "*.csproj" ! -exec grep -q 'StyleCop' {} \; -print
Moved byBill_StewartMonday, September 11, 2017 3:43 PMThis is not a support forum for third-party software
set prescribed folder under powershell and run below git command , i can able to get result if i run git status but when i run below
git command not working under powershell script , throwing error
... git : git: 'find . -type f -name '*.csproj' ! -exec grep -q 'StyleCop' {} \; -print' is not a git command. See 'git --help'. ... Requirements: prescribed folder : cd
/c/Solution/Components $ find . -type f -name "*.csproj" ! -exec grep -q 'StyleCop' {} \; -print