Install-Package NuGet.Server
Open Web.config file, make sure to delete first <compilation …> node due to i don’t have .NET framework 4.5 installed in my local
Ctrl-F5 to run the application
Click here to the link http://localhost:xxx/nuget/Packages, so far no package inside
Let’s add a new source feed to our local server
No package could be found so far
****************************************************************************************************
Let’s do copy and paste a package into our project->packages folder
Copy from temp folder
Paste to Visual Studio project –> Packages folder
After that, refresh the page again, we will see the package shows
It’s more clear showing in IE browser
We can also find it in Manage NuGet Packages window
Or using Package Manager Console, Get-Package –ListAvailable (don’t forget to swith to righ source)
LINQPad is also supported
沒有留言:
張貼留言