Can I run dnx test
on Bluemix?
I set up a delivery pipeline for build and deploy stage. The ASP.NET 5 code is getting built and deployed successfully. But when I tried adding some unit tests, I'm not sure how to run them.
I added dnx test
in the command. But it fails saying _customer_script.sh: line 3: dnx: command not found
Please guide.