From ccf49d79fc91e794fe175b1e35bb582cacbe7e61 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 9 May 2026 17:19:55 +0200 Subject: [PATCH] Fixed restore commands --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 52f6ddf..dde4bf2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,13 +8,13 @@ steps: image: mcr.microsoft.com/dotnet/sdk:10.0 commands: - dotnet restore LiteCharmsShop.slnx - - dotnet build LiteCharms.slnx -c Release + - dotnet build LiteCharmsShop.slnx -c Release - name: dotnet-test image: mcr.microsoft.com/dotnet/sdk:10.0 commands: - dotnet restore LiteCharmsShop.slnx - - dotnet test LiteCharms.slnx -c Release --no-restore + - dotnet test LiteCharmsShop.slnx -c Release --no-restore trigger: event: [ pull_request ] -- 2.47.3