--- kind: pipeline name: run steps: - name: run image: mcr.microsoft.com/dotnet/sdk:latest commands: - dotnet test -l 'console;verbosity=detailed'