rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Enable dotnet CLI commands in and-cli #3

Closed dylanjustice closed 5 years ago

dylanjustice commented 5 years ago

@wintondeshong I wish I knew what the issue was. Only change I had to make was in dotnet-cli.js : 23 returndotnet ${path.basename(dotnetPath.cliPath())}; I added the path.basename() to ultimately return Cli.dll It definitely locked up on my the first time, and I had to restart my machine to clean the bin directory. After that Zball sprinkled some magic on it and all was well. I'm doing some more testing on it this morning to make sure the Zball magic is there to stay!