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

Get sources: mappings not imported #33

Open oivind-i opened 6 years ago

oivind-i commented 6 years ago

Installed product versions

Description

Problem with the "Get sources" build step. Workspace mappings from "This project" are not imported. Have tested to export and re-import same project. The re-imported project contains only the Server path to the complete repo.

Steps to recreate

  1. Create TFS build project
  2. Add two workspace mappings: $/[project]/[name A] $/[project]/[name B]
  3. Add Visual Studio Build step (might be empty).
  4. Export project
  5. Re-import project

Current behavior

The workspace mappings are missing. Only one mapping exist, and it is always: $/[project]

Expected behavior

The re-imported project should have the two workspace mappings from the original exported project.