zoukankan      html  css  js  c++  java
  • How to edit Team Build Types

            Now  in VSTF Team explore,When we create a  Team Build Type,we can't edit from UI. if we input the error  build type name.
            But we can edit it throught below steps

    To edit Team Build Type, for example, do the following as below,
            1.       Open solution from source control database.
            2.       Open "Source Control Explorer" window 
            3.        At Source Location : $(project name)/TeamBuildTypes/(your build type name) 
            4.        Right click the file "TFSBuild.proj",Get the Latest version, then Check it out. 
            5.        Then double-click this file and edit it in the XML editor. 
            6.        After modified, save it and check it in.

            Now your change to the Build Type will be valid.

    (FYI..I can edit the Team Build Type on build VSTF RTM.50727.140 following these steps.Good Luck.)


  • 相关阅读:
    datalist标签
    meter标签
    audio标签
    video标签
    time标签
    figure标签
    正则收集
    js文字无缝滚动
    页面滚动到指定位置
    Css公共文件结构
  • 原文地址:https://www.cnblogs.com/dwfbenben/p/344586.html
Copyright © 2011-2022 走看看