BuildTasks.Csc task could not be loaded from the assembly?

后端 未结 21 924
北荒
北荒 2020-12-13 05:15

I feel guilty asking a question like this around here, but I\'m at a loss and would appreciate some help.

A proof-of-concept like web application was built on one PC

21条回答
  •  -上瘾入骨i
    2020-12-13 06:00

    It turns out that NuGet packages were committed to the repository and breaking everything. Deleting the project\project\packages directory from the repo solved all build problems since NuGet fetches the packages automatically on build.

提交回复
热议问题