Closed pfedotovsky closed 6 years ago
Thanks for the comments! Have you taken a look at the file ending issue (AppVeyor build is failing)?
Nope, I have plan to do it on the weekend
Hey @pfedotovsky . I investigate the failed test ("Should have windows like end of file"). And found that your file "XmlUtility.ps1" was actually pushed in the unix end of line format. It's easy to see, just download raw file (do not use git client) from this link:
and open it in any hex editor. You will see 0x0A line ending.
You can't detect this problem through the git client because it automatically convert the end of lines.
For more detail see autocrlf
option (git config --help
).
For having the same line ending in your local copy and in the remote repository, you should have value autocrlf = false
.
You can set this option for your local repository. Just run command:
git config core.autocrlf false
@pfedotovsky , any updates?
@AnatolyKulakov planning to fix all of this soon (today or tomorrow)
Added script to export XML will all information