From 6a7176d7ac3a4764fdcf15f784bf9ead6ec8f8d9 Mon Sep 17 00:00:00 2001 From: loobry Date: Sat, 6 May 2023 09:22:05 +0200 Subject: [PATCH] drone yml event push --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3c6688f..857aa73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,12 @@ name: myFirstPipeline trigger: event: - - push \ No newline at end of file + - push + +steps: + - name: build + image: mcr.microsoft.com/dotnet/sdk:7.0 + commands: + - cd Sources/ + - dotnet restore MauiApp.sln + - dotnet build MauiApp.sln -c Release --no-restore \ No newline at end of file