在msbuild上定位特定项目

时间:2015-08-05 06:28:28

标签: visual-studio msbuild visual-studio-2015

我想在构建整个解决方案时定位特定项目的目标。根据{{​​3}},以下内容应该有效:

msbuild MySolution.sln /t:Build /t:src\Api\MyProject_Api:FileSystemPublish /p:PublishConfiguration=Release /p:PublishOutputPathNoTrailingSlash="C:\a"

但是我得到以下msbuild错误:

error MSB4057: The target "src\Api\MyProject_Api:FileSystemPublish" does not exist in the project. 

解决方案:

this MSDN post

我正在使用MSBuild 14.0

0 个答案:

没有答案