Runner Dotnet Trace Inside Docker Container

dotnet tool install --global dotnet-trace
export PATH="$PATH:/root/.dotnet/tools"
Blue Bat