From ad091a572bc42441e34544cdcfdbe3bb4fef1200 Mon Sep 17 00:00:00 2001 From: Jade VAN BRABANDT Date: Tue, 19 Dec 2023 14:36:46 +0100 Subject: [PATCH] Fix : Testing Drone thing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 94312e2..da12596 100755 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - - cd Sources + - cd Blazor - dotnet restore Blazor.sln - dotnet build Blazor.sln -c Release --no-restore - dotnet publish Blazor.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release