Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/867 > we require nuget (to run nuget pack) only as part of the deploy phase. I understand that part and I don't have anything against it, especially when we add something to the "Pre-flight Check" step as @spmallette suggests. But @jorgebay, what's your reasoning behind > I would like to propose that we generate and build Gremlin.Net.Template project and run its tests as part of the package phase ? Shouldn't the template be built and tested in the same phases as Gremlin.Net itself?
---