我在 VSTS 中有 Biz Talk 项目,我正在尝试构建该项目。这是我面临的错误
Error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\BizTalk\BizTalkC.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk
我发现我的本地 [C:\Program Files (x86)\MSBuild\Microsoft\BizTalk] 构建参数中存在所述目标文件:
/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:PackageLocation="$(build.artifactstagingdirectory)\\"
请帮助/建议