kind: pipeline type: docker name: myFirstPipeline trigger: event: - push steps: - name: build image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - cd Sources/ - dotnet restore MauiApp1.sln - dotnet build MauiApp1.sln -c Release --no-restore