toor1245 / MatrixDotNet

Powerful .NET library for calculating matrix
https://toor1245.github.io/MatrixDotNet/
MIT License
10 stars 3 forks source link

Run tests on MacOS #13

Closed Dilorfin closed 4 years ago

Dilorfin commented 4 years ago

https://github.com/toor1245/MatrixDotNet/runs/1348813987?check_suite_focus=true

Dilorfin commented 4 years ago

Fix of such artifacts is needed

#if OS_WINDOWS
                return @$"{Folder}\{Title}.md";
#elif OS_LINUX

                return @$"{Folder}/{Title}.md";
#endif