BunyMuny/.drone.yml

12 lines
145 B
YAML
Raw Normal View History

2020-09-26 13:28:11 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: mcr.microsoft.com/dotnet/core/sdk:3.1
commands:
- dotnet build