onlyutkarsh / ExportImportBuildDefinition

Export and Import your build definitions. Useful for recreating all the build steps, variables, schedules, etc in a different team project/account.
http://bit.ly/exportimportbuild
Other
17 stars 8 forks source link

Export/Import Task-group #30

Open remkop78 opened 6 years ago

remkop78 commented 6 years ago

Installed product versions

Description

Build Definitions can also consist of Task groups. The actual taks group isn't exported now. The task is there in the build definition

Steps to recreate

1 Create a task group 2 Add task group to a build definition 3 create an export 4 import it in a differnt project or TFS instance

Current behavior

Task group is added to the build definition correctly. But states: "This task is no longer installed."

Expected behavior

That during the export also the task group is exported

rsaugier commented 5 years ago

To put it differently, even if the task groups are not exported along with the build definitions, they should be reassociated to them correctly.

For example:

Steps in TFS 2018 (16.131.28601.4):

Given some build definitions that depend on some task groups:

  1. Export some task groups
  2. Export build definitions that depend on the exported task groups
  3. Then in a another project, import the task groups
  4. Import build definitions that depend on them

Expected behavior Task groups should be reassociated to build definitions.

Current behavior Build definitions contain the task groups, but with the error "This task is no longer installed."