Build error in tfsbuild with database project

前端 未结 2 1494
慢半拍i
慢半拍i 2020-12-31 00:27

I have setup my .NET project in TFS Build. It builds fine locally, but I am getting this build error on the server:

The imported project \"C:\\Program

2条回答
  •  忘掉有多难
    2020-12-31 00:48

    I have solved a similar issue by adding a new Solution Configuration that does not build the SQLPROJ. I then configured CI-CD (Azure DevOps Pipelines) to build that configuration. In a subsequent step of the Build, I exclusively build and pack the SQLPROJ. By thisI avoid having two Solutions - one of which will only have on project; the SQL Project.

    Visual Studio Configuration Manager - with new Active Configuration that excludes the build of a DB SQLPROJ project

提交回复
热议问题