tfs

Deploy SSIS Project using TFS Command Line

a 夏天 提交于 2021-02-08 15:11:34
问题 How do I deploy an SSIS project from TFS 2015? For regular database projects, it is sqlpackage.exe /publish with publish profile. What is the command line argument to auto deploy SSIS Project Model into a server? We are using SQL Server 2016 Enterprise. 回答1: Why using runas command?? Runas command allows a user to run specific tools and programs with different permissions than the user's current logon provides. Based on Deploy an SSIS project from the command prompt with ISDeploymentWizard

Getting the StackTrace for a TestCaseResult that Failed in TFS via API

别等时光非礼了梦想. 提交于 2021-02-08 11:39:40
问题 ITestCaseResult has a property " ErrorMessage " The ErrorMessage property has a max size of 527bytes, which is not enough to store weighty Exception structures and unfortunately does not seem to have an appropriate Exception property to store one in. My question is, when a test fails, how do you get the StackTrace? I know its available because the GUI can pull it up in Visual Studio And as you can see the ErrorMessage associated with a ITestCaseResult is cut short. ( If you zoom with your

Getting the StackTrace for a TestCaseResult that Failed in TFS via API

天大地大妈咪最大 提交于 2021-02-08 11:39:11
问题 ITestCaseResult has a property " ErrorMessage " The ErrorMessage property has a max size of 527bytes, which is not enough to store weighty Exception structures and unfortunately does not seem to have an appropriate Exception property to store one in. My question is, when a test fails, how do you get the StackTrace? I know its available because the GUI can pull it up in Visual Studio And as you can see the ErrorMessage associated with a ITestCaseResult is cut short. ( If you zoom with your

C# TFS API: show project structure with folders and files, including their ChangeType (checked out, deleted,renamed) like in visual studio

こ雲淡風輕ζ 提交于 2021-02-08 10:54:28
问题 I need to create GUI that shows all available folders and files structure for my TFS project, for particular folder. For example: I have "DiagnosticsFolder" like on screenshot: And I need to show Tree with project structure under required folder, including these files and folders ChangeType (for instance: edited, edited by another user, added, deleted etcetera). I found a lot of partial solutions, offereing to use some methods, however I haven't found full solution, and it is fairly

C# TFS API: show project structure with folders and files, including their ChangeType (checked out, deleted,renamed) like in visual studio

江枫思渺然 提交于 2021-02-08 10:53:31
问题 I need to create GUI that shows all available folders and files structure for my TFS project, for particular folder. For example: I have "DiagnosticsFolder" like on screenshot: And I need to show Tree with project structure under required folder, including these files and folders ChangeType (for instance: edited, edited by another user, added, deleted etcetera). I found a lot of partial solutions, offereing to use some methods, however I haven't found full solution, and it is fairly

C# TFS API: show project structure with folders and files, including their ChangeType (checked out, deleted,renamed) like in visual studio

落爺英雄遲暮 提交于 2021-02-08 10:53:21
问题 I need to create GUI that shows all available folders and files structure for my TFS project, for particular folder. For example: I have "DiagnosticsFolder" like on screenshot: And I need to show Tree with project structure under required folder, including these files and folders ChangeType (for instance: edited, edited by another user, added, deleted etcetera). I found a lot of partial solutions, offereing to use some methods, however I haven't found full solution, and it is fairly

How can I identify which work items/user stories are in a selected build in Azure DevOps?

大憨熊 提交于 2021-02-08 09:20:09
问题 I am new to Azure DevOps, so perhaps this is a really simple question. When selecting a build (there are many) to deploy to production, it would be great if I could identify the user stories or tasks were included in that build. I want to be able to say what work is being deployed before it is live, or tell customers who are waiting for new features when that feature is live. I have tried to write a script using the Azure DevOps API and can see my builds and pull requests. But how do I link

Setting a date and revision number as variables in tfs 2017

纵然是瞬间 提交于 2021-02-08 06:43:28
问题 I want to create a variable named NugetVersionNumber with the value a date format of $(Date:yyyy.MM.dd)$(Rev:.rr) with the revision at the end. e.g. 2018.8.23.1 How do I set a process variable to construct this format without changing the build.buildnumber variable? 回答1: It's not able to directly use $(Date:yyyy.MM.dd)$(Rev:.rr) as a user-defined variables. (Date:yyyyMMdd) is a token of build number format not a general variable. The only way to do this is setting your build number with (Date

How to plan user capacity per day on TFS'12 Scrum Template 2.0

假如想象 提交于 2021-02-08 04:44:47
问题 I want to specify the team capacity per user and per activity on TFS'12 Scrum Template 2.0, which may differ on every day on the sprint. As described in http://msdn.microsoft.com/en-us/library/ee191595.aspx I can set capacity per day of a person, like 7 hours for a sprint of 5 days. How can I specify a capacity like the one below? Day 1 : 7 hours Day 2 : 5 hours Day 3 : 9 hours Day 4 : 3 hours Day 5 : 6 hours Thanks. 回答1: As others have mentioned, the TFS capacity planning doesn't support

How to plan user capacity per day on TFS'12 Scrum Template 2.0

China☆狼群 提交于 2021-02-08 04:44:28
问题 I want to specify the team capacity per user and per activity on TFS'12 Scrum Template 2.0, which may differ on every day on the sprint. As described in http://msdn.microsoft.com/en-us/library/ee191595.aspx I can set capacity per day of a person, like 7 hours for a sprint of 5 days. How can I specify a capacity like the one below? Day 1 : 7 hours Day 2 : 5 hours Day 3 : 9 hours Day 4 : 3 hours Day 5 : 6 hours Thanks. 回答1: As others have mentioned, the TFS capacity planning doesn't support