简体   繁体   中英

How to automate Build/Release definitions in TFS 2018?

I wish to automate management of my Build/Release definitions, for easy backup/restore operations.

How can I do this in TFS 2018? I'm open to using either the REST API or the SDK, although I prefer the SDK whenever possible.

--EDIT--

This is for TFS, not VSTS

In TFS 2018 and later versions, it supports export/import build/release definitions directly. Build/Release definitions are implemented internally as .json files, so you can see details on changes in the file's history:

在此输入图像描述

在此输入图像描述

在此输入图像描述

在此输入图像描述

Check the following release note:

https://docs.microsoft.com/en-us/visualstudio/releasenotes/tfs2018-relnotes#buildimport

Or you can use TFS REST API to get build and release definitions:


Adding a screenshot of how to check build definition history:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM