This is the second part of the article series on how to manage SharePoint Framework solution in a team environment
- Configure SharePoint Framework solution with Git
- Integrate SharePoint Framework solution in to TFS project
- Automate build and release for SharePoint Framework solution
In this article I will show how to integrate our SharePoint Framework solution in to a TFS project.
Why do we need a separate TFS project? Can’t we manage all within our Git repository?
Following are key benefits
- We will get a bunch of project management features like team management, task management, etc.
- Allow the project to be inline with a specific methodology (e.g Agile).
- Assist build and release management
Following is a walkthrough on how to integrate our Git repository into a TFS Online project
1. Create a project in TFS online
2. Import our Git repository
No comments:
Post a Comment