kind: pipeline name: default steps: - name: test image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - dotnet build - dotnet test