TFS Build error - “The specified path, file name, or both are too long…”

后端 未结 2 875
伪装坚强ぢ
伪装坚强ぢ 2020-12-31 22:12

I\'m writing the Custom Activities of build process template. I got the below issue when build the activity.

>XamlBuildTask : error XC1043: Extension \'Mi         


        
2条回答
  •  既然无缘
    2020-12-31 23:09

    I find one tip here. Hope it might be helpful to you.

    Currently there are a two workarounds:

    Reduce the namespace in workflow x:Class property. This makes the generated file have a shorter name.

    Use the subst or mklink command to create mapping so that the path the solution is located in becomes a lot smaller. In team build, the workspace mapping needs to be modified equally.

提交回复
热议问题