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

Only steps for on phase are included #45

Open fhanggi opened 5 years ago

fhanggi commented 5 years ago

Installed product versions

Description

We are using TFS 2018 Update 3 on premise (16.131.28226.3)

I wanted to exporte a build definition that contains 3 phases. However the exported file only contains the first phase

Steps to recreate

  1. Create a build with multiple phases
  2. Export
  3. Open json file. You will only see the first phase in the exported file

Expected behavior

All phases should be included in the exported file.