9 lines
150 B
YAML
9 lines
150 B
YAML
![]() |
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: test
|
||
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||
|
commands:
|
||
|
- dotnet build
|
||
|
- dotnet test
|