TFS2012 build server not restoring NuGet packages from in-house repository

前端 未结 2 820
别跟我提以往
别跟我提以往 2020-12-14 04:19

I\'ve set up an in-house NuGet repository (a shared folder on one of our servers), and have added it to the \"Available Sources\" list in the Visual Studio NuGet settings on

2条回答
  •  眼角桃花
    2020-12-14 04:38

    change your build to run as a specific account. you can then logon with that account and prove off all of these little snags.

    depending on which way you are doing the NuGet restore, have you updated the targets file with the location of your local feed?

    
            
            
            
          
    
        
    

提交回复
热议问题