test11/.drone.yml

13 lines
190 B
YAML
Raw Normal View History

2024-04-16 18:51:26 +02:00
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