How to build a SSIS project (*.dtproj) using Visual Studio Build Tools 2019 on build server
问题 We are trying to build an SSIS project *.dtproj on our build server using Visual Studio Build Tools 2019. Would be great if someone could give an advice on how to get it work. On a dev machine when using devenv.exe from Visual Studio 2019 it will build the project but on the build server we have only the build tools. Data storage and processing workload is installed. 回答1: You need to have Visual Studio installed on the build server. Run the following code from PowerShell or adjust for for CMD