情境:
客户在建立 Team Foundation Server 2010 时, 未将 TFS 与 SharePoint Services 设定, 所以在建立 Team ">Project 时, 无法建立 Project Portal
且已有建立 Team Project 并将 Source Code 签入.
没有 Project Portal 选项可以点选
处理步骤:
1. 开启 Team Foundation Server Administration Console => SharePoint Web Applications => Add
2. 将 SharePoint 相关信息填入
3. 下载并安装 Team Foundation Power Tool
4. 使用 Team Foundation Power Tool 建立 Project Portal
tfpt addprojectportal /collection:http://YourTFSName:8080/tfs/YourProjectCollectionName /teamproject:”YourTeamProject” /processtemplate:”MSF for Agile Software Development v5.0”
5. 使用 Team Foundation Power Tool 建立 Reports
tfpt addprojectreports /collection:http://YourTFSName:8080/tfs/YourProjectCollectionName /teamproject:”YourTeamProject” /processtemplate:”MSF for Agile Software Development v5.0”