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