about summary refs log tree commit diff
path: root/.drone.yml
blob: 15024523fed9ef18564f6e92c1ca419cf33f1736 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
kind: pipeline
name: run

steps:
  - name: run
    image: mcr.microsoft.com/dotnet/sdk:6.0
    commands:
      - dotnet test
      - dotnet run --project aoc2019/aoc2019.csproj