NuGet Package Restore cannot find package, has no Source

前端 未结 2 1916
忘掉有多难
忘掉有多难 2020-12-09 08:33

I have a package on my TeamCity NuGet feed, built by TeamCity, but a dependent TC project cannot see it during package restore.

[14:05:02][Exec] E:\\Team

2条回答
  •  一生所求
    2020-12-09 08:48

    As of today, NuGet.targets has the following way to specify custom feed(s):

    
        
        
    
        
        
        
    
    

    Another option is to put NuGet.config next to the solution file:

    
    
      
        
        
        
      
      
        
      
    
    

提交回复
热议问题