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