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