about summary refs log blame commit diff
path: root/.drone.yml
blob: 09bd08f57e6ff8aee6bff468956af39f05a09d70 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



              
      




                                                   
---
kind: pipeline
name: run

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