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





               
                                                
               
                                                       
 
---
kind: pipeline
name: run

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