From 37708f2bb1b2beaab24ba92ea9fb4b5176e8fbec Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Mon, 19 Dec 2022 09:43:34 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2bd067a..82adb06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,8 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - cd ../ - - dotnet restore myBlazorApp.sln - - dotnet build myBlazorApp.sln -c Release --no-restore + - dotnet restore myBlazorApp.sln + - dotnet build myBlazorApp.sln -c Release --no-restore - name: tests