TFS Build server - CSC : fatal error CS2008: No inputs specified

后端 未结 4 1911
臣服心动
臣服心动 2021-01-31 14:38

We get the above error message on our build server, when we build the solution or the specific project that the error refers to.

We can build the solution without any pr

4条回答
  •  隐瞒了意图╮
    2021-01-31 15:31

    I had the same error with a project that does not have any .cs files. I solved it by adding the following section to the corresponding .csproj-file:

      
        
        
      
    

    This way the project will not be built, and there will be no build-output (no DLL is created) Works on both VS and TFS.

提交回复
热议问题