12 lines
145 B
YAML
12 lines
145 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||
|
commands:
|
||
|
- dotnet build
|
||
|
|