简体   繁体   English

从TFS 2015 Update 2部署SSIS程序包

[英]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. 我试图掌握的是如何创建一个nuget包,以便我们的Octopus Deploy系统可以将其部署到我们的各种平台上。

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. 我已经看到了本文中用于 更新和部署SSIS包的 PowerShell for SSIS部署和维护 ,它是使用PowerShell进行部署的出色脚本,但是我需要在构建步骤中从TFS运行它。 From this, I am hoping to be able to generate a nuget package. 由此,我希望能够生成一个nuget包。

Is this possible? 这可能吗?

If my understanding is correct, you are trying to create NuGet packages during your TFS build. 如果我的理解是正确的,则您正在尝试在TFS构建过程中创建NuGet软件包。

To achieve this, you need to add the NuGet Packager task. 为此,您需要添加NuGet Packager任务。 Check this link: https://www.visualstudio.com/en-us/get-started/package/build/team-build 检查此链接: https : //www.visualstudio.com/zh-cn/get-started/package/build/team-build

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以在 Data Tools 2015 中从 2008 版本编辑 SSIS package,然后在服务器上再次运行/部署 ZEFE90A8E604A7C840E88D03A007F6B7D8Z - Is it possible to edit SSIS package from 2008 version in Data Tools 2015 and then run/deploy again package on 2008 server 从 SSDT 2015 部署 SSIS 包 - SSIS package deployment from SSDT 2015 如何在本地计算机的虚拟机(azure)中部署SSIS包? - how to deploy SSIS package in vitual machine(azure) from local machine? 使用DTUTIL将SSIS包从文件系统部署到SQL Server - Deploy SSIS package from file system to SQL server with DTUTIL 使用 TFS 命令行部署 SSIS 项目 - Deploy SSIS Project using TFS Command Line 如何将SSIS包部署到Azure? - How to deploy SSIS package to Azure? 在Visual Studio 2015中开发的SSIS包自动化 - Automation of SSIS package developed in Visual Studio 2015 使用 TFS 在 VS 2012 中加载包时出现 SSIS 错误 - SSIS error loading package in VS 2012 with TFS 将SSIS包从BIDS 2005升级到SSDT 2015,尝试运行该包会出现“无法访问属性IsExternal”错误 - Upgraded SSIS package from BIDS 2005 to SSDT 2015, trying to run it gives “cannot access property IsExternal” error 从 Onedrive 访问文件并使用 SSIS 包 2015 加载到 sql server 表 - Access the files from Onedrive and load in to sql server table using SSIS package 2015
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM