From 95c6a44ca17496089f1ba078455911c6362bab21 Mon Sep 17 00:00:00 2001 From: Lou VALADE Date: Tue, 27 Dec 2022 14:05:12 +0100 Subject: [PATCH] Test de la CI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1a27c33..b54b4c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet restore BlazorApp1.sln - - dotnet build BlazorAPP1.sln -c Release --no-restore + - dotnet build BlazorApp1.sln -c Release --no-restore - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0