8 lines
131 B
YAML
8 lines
131 B
YAML
kind: pipeline
|
|
name: default
|
|
seteps:
|
|
- name: compile
|
|
image: mcr.microsfot.com/dotnet/sdk
|
|
commands:
|
|
- dotnet build
|