From 709492a913cc5d8bc7f556623d8e049dd43b68e6 Mon Sep 17 00:00:00 2001 From: v-jonathangu Date: Thu, 27 Jan 2022 16:47:15 -0600 Subject: [PATCH] Note: do not ignore Gradle wrapper files App Center Build Service does not find the Android project when you ignore the Gradle wrapper files, add a quick notice to not ignore those files on the docs --- sample-build-scripts/flutter/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample-build-scripts/flutter/readme.md b/sample-build-scripts/flutter/readme.md index c4d25ff7..e8b5b635 100644 --- a/sample-build-scripts/flutter/readme.md +++ b/sample-build-scripts/flutter/readme.md @@ -1,4 +1,6 @@ # Flutter Build Scripts for App Center Currently, Flutter is **not** supported by App Center. But these build scripts allow you to add custom functionality beyond the normal scope of that support. They are provided as-is and may be sufficient for your use case; but you might also encounter limitations that aren't immediately addressable by the App Center team. +> App Center tracks the project by searching the gradle(and gradlew) directory files on the Android project, please do not ignore those files(on the project .gitignore) as App Center Build service will not find it. + You can vote for Flutter support with a thumbs-up here: https://github.com/microsoft/appcenter/issues/67. It also has some discussion of common issues and possible workarounds users have found.