Ubuntu – .net command list package –format json in azure pipeline
I would like to run the following dotnet command on a hosted Azure pipeline to generate a nuget package list: dotnet list package --format json --include-transitive > /home/vsts/work/1/a/depts.json However, the command is not found: Possible reasons are: * You misspelled…