From 5f2e2350b04ff3b40f932004d802855028ba15ab Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Mon, 19 Dec 2022 09:55:00 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 071a5bc..0b73684 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,7 @@ steps: commands: - cd myBlazorApp/ - dotnet restore myBlazorApp.sln - - dotnet build myBlazorApp.sln -c Release --no-restore - + - dotnet build myBlazorApp.sln -c Release --no-restore - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0