Project file was not found

前端 未结 3 2035
清歌不尽
清歌不尽 2021-01-16 22:37

I have an existing TFS project that has a structure similar to this :

\"Source

I created a solu

3条回答
  •  轮回少年
    2021-01-16 23:23

    If these errors are when you're building using Team Build, check your build definition and make sure that the "framework" folder is included in the buidl workspace. You should also make sure that the relative paths in the build workspace are the same as your local machine.

    To chech the build definition workspace right click on the build definition in team explorer and select "Edit build definition" then select the workspace tab. This will show the mappings between the folders in TFS and what the build pulls down to the build server

提交回复
热议问题