Add docker and pipeline
This commit is contained in:
parent
59fdfe1d3d
commit
f89c0ae6d7
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
steps:
|
steps:
|
||||||
- name: Tests
|
- name: Tests
|
||||||
when:
|
|
||||||
- branch: [main,dev]
|
|
||||||
event: push
|
|
||||||
- event: [pull_request, pull_request_closed, tag]
|
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet test
|
- dotnet test
|
||||||
|
|
Loading…
Reference in a new issue