ircsharp/.drone.yml

11 lines
175 B
YAML
Raw Permalink Normal View History

2020-04-22 15:43:27 +00:00
---
kind: pipeline
name: run
steps:
- name: run
2020-07-09 14:33:58 +00:00
image: mcr.microsoft.com/dotnet/sdk:latest
2020-04-22 15:43:27 +00:00
commands:
2022-03-25 19:02:47 +00:00
- dotnet test -l 'console;verbosity=detailed'
2020-04-22 15:43:27 +00:00