From 4650b006d9958e9a5cc15b0c4ad32c40d44a69de Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Mon, 19 Dec 2022 09:42:23 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 84fd67c..246841a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,12 @@ trigger: - push steps: - - name: build - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - cd ../ - - dotnet restore myBlazorApp.sln - - dotnet build myBlazorApp.sln -c Release --no-restore + - name: build + image: mcr.microsoft.com/dotnet/sdk:6.0 + commands: + - cd ../ + - dotnet restore myBlazorApp.sln + - dotnet build myBlazorApp.sln -c Release --no-restore - name: tests