--- kind: pipeline type: docker name: build steps: - name: build image image: plugins/docker settings: repo: jtom38/newsbot-portal username: jtom38 password: from_secret: DockerPushPat trigger: branch: include: - main - releases/* event: exclude: - pull_request --- kind: pipeline type: docker name: compile steps: - name: Compile project image: mcr.microsoft.com/dotnet/sdk:7.0.103 commands: - dotnet restore - dotnet build trigger: event: - pull_request