From e04a0e5fbebdcc9e044237d3069f831518cfc33b Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Mon, 1 Jun 2026 17:41:50 +0200 Subject: [PATCH] First build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f7009aa..1dc09a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ name: build steps: - name: dotnet-build image: mcr.microsoft.com/dotnet/sdk:10.0 - commands: + commands: - dotnet restore MidrandBooksApi.slnx - dotnet build MidrandBooksApi.slnx -c Release -- 2.47.3