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