about summary refs log blame commit diff
path: root/.drone.yml
blob: 2a1ec01ba8c70edf56f52ee149678adecc1e53a3 (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:6.0
    commands:
      - dotnet test
      - dotnet run --project aoc2021/aoc2021.csproj