1--- 2kind: pipeline 3name: run 4 5steps: 6 - name: run 7 image: mcr.microsoft.com/dotnet/sdk:latest 8 commands: 9 - dotnet test -l 'console;verbosity=detailed' 10