Jason Lee
  • Home
  • Github
Sign in Subscribe

nuget

A collection of 1 post
nuget

nuget.config per project

我們常常開發一個項目會在公司架設自己的 nuget server,然後透過內部的 nuget server 來發布一些共用的 packages。但我們應該怎麼做讓每個項目知道這個內部的 nuget server 路徑呢? 其實只需要把 nuget.config 放在 sln 相同階層就好了。 Here's another example: if you have a solution file C:\Projects\CustomerA\AwesomeSolution\AwesomeSolution.sln, all NuGet clients will load configuration values from: C:\Projects\CustomerA\AwesomeSolution\NuGet.config C:\Projects\CustomerA\
Jun 9, 2016 1 min read
Page 1 of 1
Jason Lee © 2025
Powered by Ghost