From 8d31eb9c747c3239053d764a85910001b13519d3 Mon Sep 17 00:00:00 2001 From: Xander Sigler Date: Mon, 17 Jan 2022 17:16:17 -0800 Subject: [PATCH] Added build to drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 8282f10..a11fae0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: image: mcr.microsoft.com/dotnet/sdk:5.0 commands: - ls + - dotnet build - dotnet pack -o . - ls