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

Custom Conditions Not Importing #31

Open kraftc opened 6 years ago

kraftc commented 6 years ago

Installed product versions

Description

Custom Conditions on Tasks not imported

Steps to recreate

  1. Add a task to a build definition, or select an existing build task
  2. Add a custom condition
  3. Save and export the build definition
  4. Verify in the export that your custom condition is in the export.
  5. Import the build definition
  6. Verify that the custom condition added in step 2 is not there, this is the defect

Current behavior

The ability to import custom conditions is available in api version 3.2+

Expected behavior

Tasks with custom conditions should import successfully