From 46e403c1193633fb1fe6e36e5eb1947ed9a74982 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 20 Dec 2022 16:52:45 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7a5ebde..7aa7397 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,14 @@ type: docker name: BlazorProject steps: + + - name: build + image: mcr.microsoft.com/dotnet/sdk:6.0 + commands: + - cd myBlazorApp/ + - dotnet restore myBlazorApp.sln + - dotnet build myBlazorApp.sln -c Release --no-restore + - name: generate-documentation image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer failure: ignore