【发布时间】:2017-08-09 08:30:22
【问题描述】:
刚刚尝试 Rider 并遇到了这个问题,如果我只是构建 Xamarin Android 项目 - 它构建得非常好,但是如果我尝试运行它,它会在部署步骤失败并出现以下错误:
▼ Project Not Found
Microsoft (R) Build Engine version 15.1.1012.6693
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1008: Only one project can be specified.
Switch: Files\JetBrains\Rider
For switch syntax, type "MSBuild /help"
甚至不确定从哪里开始解决这个问题
编辑:忘了提 - Windows 10
【问题讨论】:
-
您的
/p:PublishDir设置是什么? -
@YorkShen-MSFT bin\Debug\app.publish\
-
你解决了吗?