kind: pipeline name: default steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet publish -c release -o out -r win-x64 --self-contained true