Nuget build error

  • 76
  • 0
  • 2017-11-23

最近在進行專案 build 的時候遭遇到失敗

Output 如下:

  • "XXX\NuGet.exe" install "XXX\packages.config" -source ""  -NonInteractive -RequireConsent -solutionDir "XXX "" exited with code -1.    
  • The system cannot find the path specified. 

後來參考 stackoverflow 上的解決方式

後來發現主因是因為 AutoRun 會被帶入執行,所以分析 AutoRun 對應的指令排除也可以正常功能。

只是 Nuget 要關連到這邊還是感謝 google 大神的幫助

那這邊原本還有嘗試清 Nuget Cache 的方式,不過沒有成效,指令如下

nuget locals all -list
nuget locals all -clear

文件:nuget reference

 

 


如果有任何錯誤或者引用問題請麻煩告知 !!!