tfs

How to batch update multiple workitems in TFS

做~自己de王妃 提交于 2020-08-01 05:29:06
问题 I need to update same field to same value for hundreds of workitems in TFS. Is there any way to do it in a batch instead of updating them manually one by one? 回答1: You can do this in Excel : Open the work items in Excel, via: right click a query in Team Explorer -> open in Excel multi-select some work items in a WIT result pane, then right click -> open in Excel load Excel, use Team -> Import to load a predefined query open a *.xls file that is already bound to TFS Make your bulk edits Click

TFS and referenced DLLs

人盡茶涼 提交于 2020-07-31 16:00:34
问题 We are using TFS and VS 2010. I have been working on a project that is using TFS as source control. I have quite a few dlls that I have downloaded (such as log4net) and referenced in my project. When a new programmer connected to TFS and got my project out of source control, it failed to build as it said it was missing all these referenced dlls. What did I do wrong here? How can I include those referenced DLLs in source control. Do I need to add all these dlls to my project before referencing

TFS and referenced DLLs

陌路散爱 提交于 2020-07-31 15:56:59
问题 We are using TFS and VS 2010. I have been working on a project that is using TFS as source control. I have quite a few dlls that I have downloaded (such as log4net) and referenced in my project. When a new programmer connected to TFS and got my project out of source control, it failed to build as it said it was missing all these referenced dlls. What did I do wrong here? How can I include those referenced DLLs in source control. Do I need to add all these dlls to my project before referencing

Azure Devops - Deleting Workspace

给你一囗甜甜゛ 提交于 2020-07-30 07:16:47
问题 Using Developer Command Prompt for VS 2019 I am able to see a list of all my workspaces. tf workspaces /collection:"https://dev.azure.com/[ORGANIZATION]" /owner:* I can then delete my local workspaces using: tf workspace /delete [WORKSPACE];"[OWNER]" If I launch Visual Studio and then rerun first command the workspace returns . The same thing occurs if I delete the workspace from the VS UI. It will reappear as soon as I click map & get to create a new workspace of same name just deleted.

Azure Devops - Deleting Workspace

霸气de小男生 提交于 2020-07-30 07:16:25
问题 Using Developer Command Prompt for VS 2019 I am able to see a list of all my workspaces. tf workspaces /collection:"https://dev.azure.com/[ORGANIZATION]" /owner:* I can then delete my local workspaces using: tf workspace /delete [WORKSPACE];"[OWNER]" If I launch Visual Studio and then rerun first command the workspace returns . The same thing occurs if I delete the workspace from the VS UI. It will reappear as soon as I click map & get to create a new workspace of same name just deleted.

阿里云机器学习PAI DSW 2.0 & Alink商业版重磅发布

最后都变了- 提交于 2020-07-29 02:52:05
DSW 2.0:面向AI研发的集成开发平台 DSW(Data Science Workshop)是阿里巴巴PAI团队根据多年的AI算法和产品研发经验积累,围绕提高AI算法研发效率,降低研发成本而推出的一款适用于各类AI开发者的云端机器学习集成开发环境。DSW2.0是借助阿里云ECS,Docker和Kubernetes等云原生技术,能够在几分钟内帮用户完成环境搭建,相对DSW1.0开放更高的开发权限,满足各个层面客户的使用需求。 云原生架构 DSW借助阿里云ECS,Docker和Kubernetes等云原生技术,能够在几分钟内帮用户完成环境搭建。用户可以根据算法需要和成本考虑,选择阿里云ECS提供的包括CPU和异构计算GPU在内的所有资源规格。 满足不同层次开发习惯 结合交互式编程和命令行输入,DSW提供了三种编程入口: WebIde适用于工程化要求比较高的项目;JupyterLab适用于快速POC试验;Terminal入口可用于快速执行Shell命令,运行程序和简单的编辑等。 预装丰富插件 DSW还开发和预装了各种JupyterLab和WebIDE插件,比如广受深度学习开发者喜爱的可视化工具Tensorboard,用户在DSW内通过Launcher,Commands打开,甚至还可以使用%tensorboard魔法命令直接在Notebook中开启等多种方式使用Tensorboard

流批一体机器学习算法平台

三世轮回 提交于 2020-07-26 07:07:07
针对正在兴起的机器学习广泛而多样的应用场景,阿里巴巴计算平台基础算法团队在2017年开始基于Flink研发新一代的机器学习算法平台。该项目名称定为Alink,取自相关名称(Alibaba, Algorithm, AI, Flink, Blink)的公共部分。经过三年的投入研发,Alink在算法性能、算法规模、算法易用性等方面取得了不错的成果,并实现了产品化。这使得数据分析和应用开发人员能够轻松搭建端到端的业务流程。 在后面的篇幅中,我们将从算法功能、算法性能、用户界面、可视化等方面对Alink做一个系统的介绍。 算法功能 Alink拥有丰富的批式算法和流式算法,能够帮助数据分析和应用开发人员能够从数据处理、特征工程、模型训练、预测,端到端地完成整个流程。如下图所示,Alink提供的功能算法模块中,每一个模块都包含流式和批式算法。比如线性回归,包含批式线性回归训练,流式线性回归预测和批式线性回归预测。另外,Alink算法覆盖分类、回归、聚类、评估、统计分析、特征工程、异常检测、文本、在线学习、关联分析等经典领域,是一个通用的机器学习算法平台。 目前,Alink已经被阿里巴巴集团内部多个BU使用,并取得了不错的业务提升。特别是在2019年天猫双11中,单日数据处理量达到 970PB,每秒处理峰值数据高达 25 亿条。Alink 成功经受住了超大规模实时数据训练的检验

How to Remove Items from Excluded Changes

与世无争的帅哥 提交于 2020-07-20 10:02:52
问题 I added some files to my Solution and then deleted after some code tests. Now, the items are still in Excluded Changes of Team Explorer. How can I refresh Visual Studio Excluded Changes panel so that the removed items go away? 回答1: Depending on your version of Visual Studio you will have a pending changes window (probably under the Team Explorer tab). Just select the deleted file, open the context menu and select Undo... For more information also have a look at https://msdn.microsoft.com/en

TFS Build: Run a Powershell script as administrator

时间秒杀一切 提交于 2020-07-20 08:41:23
问题 I created a build definition for our nightly build server. After building the project (a windows service), I need to execute a Powershell script to install and start the service. So I added a build step to run the specific Powershell script. Then I installed a TFS Build Agent & Visual Studio at the (soon to be) nightly build server. After running the build script I got an 'exit code 5' which seems to be related to missing administratior permissions. If I start the script as admin on the

Installing TFS 2017 and cannot connect sql in other computer

ぃ、小莉子 提交于 2020-07-10 07:44:21
问题 In Server Configuration Wizard, in Database step, we have to provide the sql server instance name, but I cannot reach sql in other computer. The screenshot below is from an installation guide: The error message is the following: I installed Management Studio and can connect to the sql server, but in the tfs installation i cannot. The firewall did not block the traffic because I have turned off all the firewalls What roles is needed to connect SQL while installing TFS 2017? Thanks any help in