tfs-2015

RequireJS script error when requiring “ReleaseaManagement/Core/RestClient” on TFS 2015 and 2017

筅森魡賤 提交于 2020-01-05 05:31:46
问题 I'm creating an tfs hub Extension (2015/2017) and need to read the projects' release defs and create releases also. I know, I could make direkt Rest Calls instead of using the methods of the rest clients. But they seem more comfortable to me. When I try to get the Restmanagement RestClient, I get: Script error for: ReleaseManagement/Core/RestClient http://requirejs.org/docs/errors.html#scripterror In both TFS.2015.2 and TFS.2017 Doesn't the client yet exist on-premise? 回答1: You can refer to

tfIgnore does not work for me in Visual Studio 2015

梦想与她 提交于 2020-01-04 06:27:04
问题 .tfignore is not working for me in VS2015. i have few gulp generated minified file and bundle file at WWWROOT folder of ASPNET5 project. I have created the .tfignore file in the solution but it still shows me to add file in the TFS. how to fix this issue. 回答1: It's a known issue with ASP.NET 5 RC1, will be fixed in RC2: https://github.com/aspnet/Tooling/issues/289 来源: https://stackoverflow.com/questions/35471571/tfignore-does-not-work-for-me-in-visual-studio-2015

TFS 2015 Build log displaying associated changes from other project

早过忘川 提交于 2020-01-04 03:55:06
问题 I am pretty confused over this. My build log is displaying the build result but in the Associated changes & Associated work items area it's displaying all the list form every other projects. For example, I am the only developer working on a small project and I get the below Build log for my build where the blue coded changeset is my project and Red & Green changesets are different projects by different teams Any clue anyone? 回答1: Thanks to @DaveShaw the solution is as follows. Initially my

Visual studio alerts workspace already exists

纵饮孤独 提交于 2020-01-03 16:47:23
问题 I am having an issue with one of the users of a TFS server I manage. We recently went through a user ID change and as such this messed up some of our workspaces. I am trying to get a new local workspace made on her machine and it keeps saying that the locally mapped folder is already used for her old workspace. We have deleted all of the TFS and VS cache folders, did userdatareset, and using the tf.exe workspaces command it does not list this offending workspace that I am trying to get rid of

TFS 2015 vNext force build number

北城以北 提交于 2020-01-03 03:38:11
问题 Back in TFS 2013 you could temporarily hardcode a build number and then switch back to auto increment to skip ahead with build numbers. Now with TFS 2015 vNext, it seems like I can no longer do this. I went to make a new build definition and wanted to carry on from the last build number from my XAML build but it wouldn't move up. Any ideas or workarounds for this? 回答1: It's also supported. Please check this link for detail steps:Generate custom build numbers in TFS Build vNext update

Table WorkItemsLatest (TFS 2010) missing in TFS 2015 (Collection Database)

[亡魂溺海] 提交于 2020-01-02 11:22:46
问题 We recently migrated from TFS 2010 to TFS 2015 and came across that some of the reporting services are not working anymore. One of the view we created was pulling various information (WorkItem State, Title,Fld10118) from "WorkItemsLatest" table, however, checking the collection database of TFS 2015 indicates that there is no more "WorkItemsLatest" table in TFS 2015 collection database. I would appreciate if you can advise how to get above mentioned fields in TFS 2015 collection database. I

ASP.NET 5 (vNext) Deployment via TFS 2015

Deadly 提交于 2020-01-01 10:04:53
问题 We're trying to work through the new tool chain for building and deploying an ASP.NET 5 (vNext) CoreCLR web site to a server cluster. Between the new compilation changes and the changes to TFS, I'm not sure how everything now gets built and deployed. The scenario is as follows: On-premise TFS for source control and build agent Targeting ASP.NET 5 under CoreCLR, hosted via IIS Questions are: Using TFS for continuous integration builds (and hopefully deployment to an on-premise IIS server), how

ASP.NET 5 (vNext) Deployment via TFS 2015

折月煮酒 提交于 2020-01-01 10:04:24
问题 We're trying to work through the new tool chain for building and deploying an ASP.NET 5 (vNext) CoreCLR web site to a server cluster. Between the new compilation changes and the changes to TFS, I'm not sure how everything now gets built and deployed. The scenario is as follows: On-premise TFS for source control and build agent Targeting ASP.NET 5 under CoreCLR, hosted via IIS Questions are: Using TFS for continuous integration builds (and hopefully deployment to an on-premise IIS server), how

Error TF51635 Occurred while trying to create workitem batch

巧了我就是萌 提交于 2019-12-31 04:54:05
问题 When I try to create work items trough batch create operation I am getting below Error TF51635: There are duplicate temp IDs in the Update XML.\\r\\nParameter name: workItemUpdates\ There is no much information available in web regarding this error.below link contains TFS errors and codes , But I couldn't find detailed information about same. https://msdn.microsoft.com/en-us/library/aa337645(v=vs.80).aspx As per my research this issue could associate with Id notation in batch (error occurred

git filter in on premise TFS 2015 Update 3

一曲冷凌霜 提交于 2019-12-25 16:48:53
问题 If the repository is git behind our TFS project there is no way to filter the repository by source folder. The build always pull the whole repository. We have multiple solutions in the TFS project we want to build separetly. We can do it, but it is slow because we cannot filter the source folder to download. The other problem that we cannot add folder to CI trigger. So all the projects will be build after a push in any projects. I know that the Team Services already support path filters for