From 563040f940b49076ea82bc60cc17fdc80e6ddb04 Mon Sep 17 00:00:00 2001 From: loobry Date: Sat, 6 May 2023 09:30:41 +0200 Subject: [PATCH] drone yml event push commands --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c7d1571..81f0099 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,5 +11,5 @@ steps: image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd Sources/ - - dotnet restore MySolution.sln - - dotnet build MySolution.sln -c Release --no-restore \ No newline at end of file + - dotnet restore MauiApp1.sln + - dotnet build MauiApp1.sln -c Release --no-restore \ No newline at end of file