Open sburnicki opened 8 years ago
Build has been run successfully on Appveyor: https://ci.appveyor.com/project/JayBazuzi/pash/build/0.0.224
It has been run even for the previous PR: https://ci.appveyor.com/project/JayBazuzi/pash/build/0.0.223
@JayBazuzi, it seems that something's wrong with our Appveyor settings, because it's unable to report build results back to GitHub.
A new submit of #426 which will hopefully trigger the checks.
This fixes #425 as discussed and tested on the mailing list.
For non-Windows systems we provide a special "File" drive for the root folder. It does not make sense to check System.IO.DriveInfo information for this drive, as it is always valid on *nix systems.
When running Pash in docker, this can actually cause Pash to be unusable since "/" might not be listed as a mounted filesystem, so mono can't provide information about it.