Fix "Error: Publish build artifacts failed with error: Not found PathtoPublish" on VS Mobile Center

Fix "Error: Publish build artifacts failed with error: Not found PathtoPublish" on VS Mobile Center

尝试使用 Mobile Center 构建 Android 项目时,我在 Publish Build 阶段遇到此错误:

2017-06-13T22:17:25.1335750Z ##[section]Starting: Publish build
2017-06-13T22:17:25.1445350Z ==============================================================================
2017-06-13T22:17:25.1462330Z Task         : Publish Build Artifacts
2017-06-13T22:17:25.1477300Z Description  : Publish Build artifacts to the server or a file share
2017-06-13T22:17:25.1492900Z Version      : 1.0.42
2017-06-13T22:17:25.1507730Z Author       : Microsoft Corporation
2017-06-13T22:17:25.1522710Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkID=708390)
2017-06-13T22:17:25.1539050Z ==============================================================================
2017-06-13T22:17:25.7478050Z ##[error]Publish build artifacts failed with error: Not found PathtoPublish: /Users/ci/agent/vstsagent/_work/1/a/build
2017-06-13T22:17:25.7559290Z ##[section]Finishing: Publish build

将我的项目迁移到 Android Studio 3.0 后,我开始遇到此错误:

Obs.: 实际上有 ,但它只涵盖 iOS 个版本。

我是移动中心 Android 构建团队的 Mat。 Android Development Tools Developer Previews(包括 Android Studio 3.0,更值得注意的是 Android Gradle Plugin 3.0,目前处于 alpha 阶段)目前没有官方支持不保证 API 稳定。

在这种特殊情况下,Android 开发者工具的开发者预览版生成的 APK 放置在与最新稳定版本不同的位置,从而导致 Mobile Center 构建管道不要接他们。我们正在密切关注这一点,并将支持最新的 Android 开发人员工具 - 当它们正式发布时。

请注意,此答案目前仅适用,并且会随着 Android 开发工具的进一步开发版本以及我们在 Mobile Center 中适应这些更改而更改。