diff --git a/.drone.yml b/.drone.yml index 1931e50..0300278 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,8 @@ kind: pipeline name: run steps: - - name: run - image: mcr.microsoft.com/dotnet/sdk:latest - commands: - - dotnet test + - name: run + image: mcr.microsoft.com/dotnet/sdk:latest + commands: + - dotnet test + - dotnet run --project aoc2020/aoc2020.csproj