我想在构建整个解决方案时定位特定项目的目标。根据{{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.
解决方案:
我正在使用MSBuild 14.0