我正在尝试使用 MSBuild 从命令行发布 .sqlproj 的命令:
msbuild /t:Publish [MySqlProjPath]
但我收到以下错误:
error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
我觉得奇怪的是,从 Visual Studio 2012 我可以成功发布相同的项目。Visual Studio 在发布之前是否设置了任何神奇的 msbuild 属性以从另一个目录获取 .targets 文件?