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

Import not working on VS2015 #22

Closed ghost closed 7 years ago

ghost commented 7 years ago

Installed product versions

Used this specific version because the latest version gave me this error: Scope is not valid: 'vso.agentpools'

I followed the advice you gave Nagraj on 16Feb2017, in here: https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.ExportImportBuildDefinition#review-details

Description

Exported one build and imported it into another. The second build remained unchanged. I also tried a new build.

Steps to recreate

Manually create one build. Export it to a file (e.g. x.json). Manually create a second, different build (empty or not). Import the file (x.json) to the second build.

Current behavior

The second build remains unchanged.

Expected behavior

The second build will be identical to the first.

ghost commented 7 years ago

Ok. I just realized that when I'm right clicking a specific build and selecting import, it does not overwrite that build. Instead, it creates a new one. Correction, import work, just not so intuitive.