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