错误 XA9008:从命令行构建需要克隆回购的商业许可证
errror XA9008: Building from the command-line requires a Business License on cloned repo
我目前正在使用独立许可证在 Windows 上开发 Xamarin Android 项目。推送到 git 时,我将 repo 克隆到 运行 构建(使用 git 预推送挂钩)。
我这样做是为了确保提交包含构建所需的所有文件。
这样做我得到一个错误:
error XA9008: Building from the command-line requires a Business License
如果我 运行 在原始位置(我使用 Xamarin Studio 进行开发的地方)使用相同的构建命令,它会工作文件。
所以我想知道 Xamarin 如何确定许可证以及克隆 运行 构建缺少什么文件。有人知道吗?
正如@SushiHangover 在评论中提到的那样:msbuild-based headless 构建了 Xamarin 所称的一部分 "Business Features",因此只有在获得营业执照后才能使用。有关详细信息,请参阅 https://store.xamarin.com/
我目前正在使用独立许可证在 Windows 上开发 Xamarin Android 项目。推送到 git 时,我将 repo 克隆到 运行 构建(使用 git 预推送挂钩)。
我这样做是为了确保提交包含构建所需的所有文件。
这样做我得到一个错误:
error XA9008: Building from the command-line requires a Business License
如果我 运行 在原始位置(我使用 Xamarin Studio 进行开发的地方)使用相同的构建命令,它会工作文件。
所以我想知道 Xamarin 如何确定许可证以及克隆 运行 构建缺少什么文件。有人知道吗?
正如@SushiHangover 在评论中提到的那样:msbuild-based headless 构建了 Xamarin 所称的一部分 "Business Features",因此只有在获得营业执照后才能使用。有关详细信息,请参阅 https://store.xamarin.com/