Is it possible to support (or expose via some path or variable) the dotnet cli? I am trying to use some testing and code quality tools (specifically dotnet test with code coverage and sonarqube scan) during the test setup phase on heroku and naturally the .net cli is not recognized. Is there a way I could source this via a bash script to create my process?
Is it possible to support (or expose via some path or variable) the dotnet cli? I am trying to use some testing and code quality tools (specifically dotnet test with code coverage and sonarqube scan) during the test setup phase on heroku and naturally the .net cli is not recognized. Is there a way I could source this via a bash script to create my process?