10 lines
160 B
YAML
10 lines
160 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: compile1
|
|
image: mcr.microsoft.com/dotnet/sdk:5.0
|
|
commands:
|
|
- dotnet restore
|
|
- dotnet build |