简体   繁体   中英

Deploy SSIS Package from TFS 2015 Update 2

I have seen some answers to this problem already, but I am in need of a dummies guide to how this is done.

We have a overcome some obstacles already and are now at the point where I am trying to get the resultant package deployed. What I am trying to master is how to create a nuget package so that our Octopus Deploy system can then deploy it to our various platforms.

I have seen this article PowerShell for SSIS deployment and maintenance that was inside this article Updating Deployed SSIS Package and is a great script for using PowerShell to deploy, but I need this to be run from TFS as a build step. From this, I am hoping to be able to generate a nuget package.

Is this possible?

If my understanding is correct, you are trying to create NuGet packages during your TFS build.

To achieve this, you need to add the NuGet Packager task. Check this link: https://www.visualstudio.com/en-us/get-started/package/build/team-build

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM