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