IntelliTect / EssentialCSharp

This project contains the source code for the book Essential C# by Mark Michaelis (Addison-Wesley).
https://essentialcsharp.com/
MIT License
387 stars 159 forks source link

Check and fix occasional Linux build fail on chapter 23 tests #172

Closed BenjaminMichaelis closed 3 years ago

BenjaminMichaelis commented 3 years ago

Just for reference since I finally got one of the Linux builds to fail again on devops and this is to save the logs since they disappear after 10 days.

Build: https://intellitect.visualstudio.com/EssentialCSharp/_build/results?buildId=12706&view=results

Log Files: LinuxBuildLogs.zip

BenjaminMichaelis commented 3 years ago

This may be fixed with github action builds but could still be potentially interesting to look into in terms of robustness.

BenjaminMichaelis commented 3 years ago

Seems to be fixed with the new github builds instead of pipelines. Closing for now