MSBuild 为 SSIS 项目抛出 DeploymentModel 错误
MSBuild throws error of DeploymentModel for SSIS project
我正在尝试在 CMD 中使用 MSbuild 构建 VS(2019 版)SSIS 项目,但出现错误:
The element DeploymentModel beneath element Project is unrecognized.
我从 2017 年开始使用这个 WA 后才起作用:
https://github.com/dotnet/msbuild/issues/2064#issuecomment-315875143
我想知道是否已经有解决方案或者这就是它的工作方式?
另一个可能相关的答案:
我再次询问,因为使用 devenv 时您需要在您的计算机上安装 Visual Studio,而对于 MSBuild,您只需要安装 .NET 框架(这是我希望安装的地方)
根据我的轻描淡写,答案就在这里,几个月前发布了:
https://developercommunity.visualstudio.com/t/support-ssis-ssrs-ssas-in-msbuild/523612#T-N1246482
我正在尝试在 CMD 中使用 MSbuild 构建 VS(2019 版)SSIS 项目,但出现错误:
The element DeploymentModel beneath element Project is unrecognized.
我从 2017 年开始使用这个 WA 后才起作用:
https://github.com/dotnet/msbuild/issues/2064#issuecomment-315875143
我想知道是否已经有解决方案或者这就是它的工作方式? 另一个可能相关的答案:
我再次询问,因为使用 devenv 时您需要在您的计算机上安装 Visual Studio,而对于 MSBuild,您只需要安装 .NET 框架(这是我希望安装的地方)
根据我的轻描淡写,答案就在这里,几个月前发布了: https://developercommunity.visualstudio.com/t/support-ssis-ssrs-ssas-in-msbuild/523612#T-N1246482