NuGet Package Restore is not restoring packages on build

前端 未结 2 1811
野趣味
野趣味 2021-02-14 01:57

I am moving our source code from Vault to TFS, not bothering with the migration or anything, just pulling a get latest in vault and adding it to TFS.

The solution has go

2条回答
  •  悲哀的现实
    2021-02-14 02:27

    This answer needs to be considered with the others. In my case, Visual Studio decided not to add the packages.config automatically into Source Control. Hence the file did not make it's way through to the build server for consideration during Nuget restore.

提交回复
热议问题