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







                                           
                                                     
---
kind: pipeline
name: run

steps:
  - name: run
    image: mcr.microsoft.com/dotnet/sdk:6.0
    commands:
      - "dotnet test -l 'console;verbosity=detailed'"