Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Git.cs to work on both Windows and Linux runners
The current code uses "Environment.Name" to determine new line delimiter for reading filenames returned by GIT. This causes error for Windows agents/runners because GIT always return with "\n" for new line; whereas for Windows, the "Environment.Name" returned is "\r\n"
- Loading branch information