parent
9906bc6e36
commit
408bba500d
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
kind: pipeline |
||||||
|
type: docker |
||||||
|
name: CI |
||||||
|
|
||||||
|
steps: |
||||||
|
- name: Build |
||||||
|
image: mcr.microsoft.com/dotnet/sdk:5.0 |
||||||
|
commands: |
||||||
|
- dotnet build |
||||||
|
|
||||||
|
- name: Test |
||||||
|
image: mcr.microsoft.com/dotnet/sdk:5.0 |
||||||
|
commands: |
||||||
|
- dotnet test |
||||||
Loading…
Reference in new issue