client-dotnet/.drone.yml
Peter Kurfer 980414b794
Some checks failed
continuous-integration/drone/push Build is failing
ci: migrate to Drone CI
2023-09-15 19:40:34 +02:00

24 lines
321 B
YAML

---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
trigger:
branch:
- main
event:
- push
- pull_request
- tag
steps:
- name: Test
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet tool restore
- dotnet restore
- dotnet nuke test