I would like to add my Build Definitions to TFS Source Control. Is there anyway to do this?
相关问题
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
- TFS Power tools Migrate doesn't actually migra
- X-I.: command not found, and failed to build certa
- Maven - Access properties on parent pom from a chi
相关文章
- Handling ffmpeg library interface change when upgr
- Build errors of missing packages in Visual Studio
- Is it possible to do a “destroy history” in TFS?
- Forcing a TFS2010 workflow build to FAIL instead o
- How do I make a TeamCity build appear in the TFS B
- Use Eclipse classpath variable to replace absolute
- TFS vs. JIRA/Bamboo/SVN [closed]
- Why doesn't my .tfignore file ignore my packag
Not really, no. If you're trying to track changes to your build definitions, you can use a couple of new commands in the latest releast of the Team Foundation Power Tools. The first compares two build definitions:
This one exports a build definition's configuration to a text format, which you could then check into version control.
Another option via powershell
https://gist.github.com/jstangroome/6747950
which basically uses c# types so should be easy enough to make into a linqpad or c# console app (or winforms or wpf)
used assemblies