ircsharp/.drone.yml

11 lines
143 B
YAML
Raw 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:
- dotnet test