1--- 2kind: pipeline 3name: run 4 5steps: 6 - name: run 7 image: mcr.microsoft.com/dotnet/sdk:10.0 8 commands: 9 - dotnet test --configuration Release