From 6eb53b23bcd848dc609a0e3c755bc97f6b59e951 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 3 Dec 2020 21:17:53 -0500 Subject: [PATCH] Fix yaml indentation and print solutions --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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