tfs2015

Can Renaming the Main Branch in TFVC Orphan Child Branches?

妖精的绣舞 提交于 2019-12-11 11:55:30
问题 I'm currently using the Development and Release Branch Isolation strategy with TFS 2015. I've been asked to rename the Main branch. As I've learned from this posting (Rename TFS 2013 Branch), rename is really branch and delete. Is there a risk of orphaning the Development and Release branches, along with their histories, if I do such a thing? Thanks in advance. 回答1: It won’t. You can still view the hierarchy of your branch . The renamed branch will replace your previous branch in the

Move from VS Team Service to an on-premises TFS

时光怂恿深爱的人放手 提交于 2019-12-11 11:37:40
问题 We have projects on the VS Team Service. What we want is to move those projects to TFS 2015. How it can be done? I found this site, but it was in 2014. The Microsoft email address is no more valid 回答1: There is currently no way to move from VS Team Services to Team Foundation Server or to export a project or project collection in such a way that it can be attached to a TFS server. Depending on what features of VS Team Services you're using it may be possible to migrate some of the data to a

Change the maximum attachment size for Visual Studio Online

浪子不回头ぞ 提交于 2019-12-11 10:15:05
问题 How do you change the default maximum attachment size for Visual Studio Online (default is around 4mb)? In on-premise TFS 2015 you can change the maximum attachment size by using the method described in: https://msdn.microsoft.com/en-us/library/ms400780.aspx. This does, however, not apply when using hosted Visual Studio Online. The ConfigurationSettingsService.asmx service is only accessible from localhost, which of course is not possible when using Visual Studio Online. I have tried to find

Build Error while syncing the Git repo: Illegal characters in path

ⅰ亾dé卋堺 提交于 2019-12-11 10:06:34
问题 Starting the build within TFS 2015 Web-Access shows the log, it tries to retrieve the current sources from the git-repo: (it´s the German output, that I tried to translate...) ****************************************************************************** Started: Pull the sources ****************************************************************************** Syncing repository: MyRepoName (Git) 845042f7a1d5f22b55fa41c7fe9c888337358d08 to C:\tfsbuildagent\_work\c492b04c\MyRepoName checking out

TFS 2015 vNext Gated Check-in builds are “Waiting for an agent to be requested”?

半世苍凉 提交于 2019-12-11 09:57:07
问题 We are trying to use TFS 2015 Gated Builds. The trigger hooks in correctly, and the build gets created, but it never gets picked up by any agent. Non-gated builds start fine, and if we manually restart the gated build, that runs fine too. But the gated build (the important one), just sits there saying "Waiting for an agent to be requested" and "Waiting for an available agent": No logs get created in the _diag folder for these builds. EDIT: Added screncap of agent: 回答1: Check the table tbl

TFS2015 - How can I recover shelved changes

岁酱吖の 提交于 2019-12-11 09:19:12
问题 Same situation as this [question]: TFS Meltdown - How can I recover shelved changes but for TFS2015. The issue I'm having is I can't find the files that were added or renamed in my query result. SELECT c.[CreationDate], c.[Content], vi.ChildItem, vi.ParentPath FROM [dbo].[tbl_Content] c INNER JOIN [dbo].[tbl_FileMetadata] fm ON fm.ResourceId = c.ResourceId INNER JOIN [dbo].[tbl_FileReference] fr ON fr.ResourceId = fm.ResourceId INNER JOIN [dbo].[tbl_PendingChange] pc ON pc.FileId = fr.FileId

How to figure out the changeset a TFS 2015 build was build from?

六眼飞鱼酱① 提交于 2019-12-11 08:31:59
问题 I am distributing only binaries which were built by one of my TFS build definitions and each build receives a unique version number (1.0.$yy$dayofyear.$rev). The name of the build name contains this version number. The version number is set by a PowerShell script as the assembly version and the file version of the binary. I have only a build result rentention (including the built binaries in my drop folder) of 60 days and now I am wondering: How would I possibly figure out for some version

Adding result files to TestContext in AssemblyCleanup

亡梦爱人 提交于 2019-12-11 08:13:52
问题 I'm trying to add files to a test run to be shown in TFS, as opposed to adding them to an individual test. Adding files only to the last test would also be an option. By storing the TestContext of MSTest in a static variable, I can access it in the AssemblyCleanup method of my test class and use AddResultFile() to add my files. However, the files do not appear as attachment of the test run in TFS' web UI, and also do not appear as attachment of the last test. Any way to attach files once in a

TF221122: An error occurred running job Full Analysis Database Sync for team project collection or Team Foundation server TEAM FOUNDATION

半城伤御伤魂 提交于 2019-12-11 07:27:50
问题 When I tried to create a Code Churn report in TFS 2015 analysis database, i have noticed that the data is quite old around months. I found out that in these kind of situations we can do the below: Manually process the TFS data warehouse and analysis services cube While running the GetProcessingStatus i got the error: [Full Analysis Database Sync]: ---> AnalysisDatabaseProcessingType=Full, needCubeSchemaUpdate=True. ---> Microsoft.TeamFoundation.Warehouse.WarehouseException: TF221122: An error

The precompilation target directory (C:\MyDirectory) cannot be in the same tree as the source application directory (C:\MyDirectory)

北城以北 提交于 2019-12-11 07:16:37
问题 I am working on continuous integration using VS 2015 and TFS, and I have already created the Team Project on TFS. I am now trying to create builds definition for the every project in that is in the workspace, but I am running into the following problem when a build is executed: The configuration in the definition that I am using it's very basic: Can someone please help me? 回答1: Open the solution file with a notepad, in the ProjectSection of the .sln you must change the folder associated with