Hnkee / Eyetracking.NET

Minimal SDK for writing .NET applications with eyetracking
MIT License
4 stars 1 forks source link

Fixed build issues #23

Closed dansav closed 4 years ago

dansav commented 4 years ago

The old build script stopped working for some reason. I have converted it to use Cake instead, since the Nuke build was meant as an experiment anyway.

matkoch commented 4 years ago

@dansav what exactly stopped working?

dansav commented 4 years ago

@matkoch I dont remember exactly, and the logs have expired, but I think it was some issues with restoring nuget packages. Since I had more experience with Cake, I decided to use that instead.

I do like how I can just write normal cs-code files (and the IDE support that comes along) with Nuke, so might look into it again in the future.

matkoch commented 4 years ago

Appreciate your response. If you ever get to reproduce that, please let me know. Doesn't sound like it's related to nuke though.