From 736022e2d5300a2cc6807a1f3bcc45b7babb504c Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Mon, 19 Dec 2022 09:43:08 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 246841a..2bd067a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,9 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - cd ../ + image: mcr.microsoft.com/dotnet/sdk:6.0 + commands: + - cd ../ - dotnet restore myBlazorApp.sln - dotnet build myBlazorApp.sln -c Release --no-restore