这个
nukpg
是包,您肯定需要忽略它们,而不是将它们签入TFS(在运行构建期间
nuget restore
).
微软
here
重新编译这个
.tfignore
# Ignore NuGet Packages
*.nupkg
# Ignore the NuGet packages folder in the root of the repository. If needed, prefix 'packages'
# with additional folder names if it's not in the same folder as .tfignore.
packages
# Exclude package target files which may be required for MSBuild, again prefixing the folder name as needed.
!packages/*.targets
# Omit temporary files
project.lock.json
project.assets.json
*.nuget.props