kind: pipeline type: docker name: default steps: - name: restore image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - dotnet restore - name: build image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - dotnet build --configuration Release