jphellemons/CommandAsSql

Travis CI build keeps failing

Closed this issue · 3 comments

The .travis.yml file is broken. It needs to build, (run tests) and if succeeded, pack and push to nuget.
It has several issues.
one of them: Cannot open assembly 'nuget.exe': No such file or directory.
And I have tried several things as you can see in the commits. So I could use some help here.

Moved to AppVeyor CI

Lol, I even referenced it from my travis yaml file haha but could not get it to work for .Net Standard lib and an .Net core xunit project. AppVeyor works now, so it's all good 👍