--- kind: pipeline type: docker name: default platform: os: linux arch: arm64 trigger: branch: - main event: - push - pull_request - tag steps: - name: Test image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet tool restore - dotnet restore - dotnet nuke test