kind: pipeline type: docker name: default steps: - name: compile image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - "msbuild" trigger: branch: - master