diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e21fbfe --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +name: "Front CI" +type: docker + +steps: + - name: "Build APK" + image: mono:latest + commands: + - dotnet workload install maui + - dotnet build -f net7.0-android -c Release \ No newline at end of file diff --git a/AppShell.xaml b/AppShell.xaml index 0c7d017..a0141f4 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -76,9 +76,19 @@ +======= + Route="MyRecipes" /> + + + +>>>>>>> c7f7e36bffbc11c12286a9092fbd9b109829a2a1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +