test11/.drone.yml

13 lines
190 B
YAML

kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build-test
image: mcr.microsoft.com/dotnet/core/sdk:latest
commands:
- dotnet restore
- dotnet build