From 359e50704a63b99e4c68a5f55a65ebc37d33b94b Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 9 May 2026 17:18:23 +0200 Subject: [PATCH] Refactored pipeline to use the correct solution name --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 01edc38..52f6ddf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,13 @@ steps: - name: dotnet-build image: mcr.microsoft.com/dotnet/sdk:10.0 commands: - - dotnet restore LiteCharms.slnx + - dotnet restore LiteCharmsShop.slnx - dotnet build LiteCharms.slnx -c Release - name: dotnet-test image: mcr.microsoft.com/dotnet/sdk:10.0 commands: - - dotnet restore LiteCharms.slnx + - dotnet restore LiteCharmsShop.slnx - dotnet test LiteCharms.slnx -c Release --no-restore trigger: