hartez / todo.txt-PowerShell

Implementation of todo.txt CLI for PowerShell

Home Page:https://hartez.github.io/todo.txt-PowerShell/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Fails: Missing todotxt.lib

jeffa00 opened this issue · comments

I read through the deploy script, and I think I see what's happening. The PS project has a directory todotxtlib.net, but it is empty. This seems to be true whether I download the zip or clone the project. When it tries to run msbuild, it will fail.

I notice that there is a copy of todo.cs in the root of the powershell project. Is this meant to supersede the one in the lib project or is it an "artifact of development"?

Thanks,
jeffa

Just realized that it's a submodule. That's fine when cloning, but would possibly confuse someone (like me) when they download the Zip file.

I should just update the deployment script to download the library from nuget: http://nuget.org/packages/todotxtlib.net/

That would be perfect.

Now retrieves the todotxtlib.net package from nuget.org when deploying.