Top "Nuget-package-restore" questions

Nuget Package Restore is a process that happens when a Visual Studio solution is loaded and some Nuget Packages are missing.

Jenkins - Run a NuGet package restore to generate this file

When I build .NET Standard 2.0 Library on Jenkins build server C:\Program Files\dotnet\sdk\2.1.302\Sdks\Microsoft.NET.Sdk\targets\…

jenkins msbuild nuget-package-restore
NuGet has problems with missing packages, how to restore?

When I try to compile my program I get the following error: This project references NuGet package(s) that are …

c# visual-studio visual-studio-2015 nuget nuget-package-restore
How to get TFS2015 Build (Build.vnext) and NuGet package restore to use custom package sources

I'm trying to get our TFS2015 Build (TFSBuild vnext) going along with VS Team Services. Thus far most blogs and …

tfs tfsbuild azure-devops tfs-2015 nuget-package-restore
Make Jenkins aware of custom NuGet Package Source

I've got a little issue regarding Jenkins and NuGet package restore. What I'm trying to do is build solutions on …

jenkins msbuild nuget msbuild-task nuget-package-restore
Change NuGet package location folder

I want to change NuGet package folder, but it does not change it. What I do is creating file nuget.…

visual-studio nuget nuget-package nuget-package-restore
How to use NuGet 3.0 with Visual Studio 2013?

I have a mixed environment where some developers are working on Visual Studio 2013, and others are working on 2015. Everything worked …

visual-studio-2013 nuget visual-studio-2015 nuget-package-restore
Nuget cannot restore Microsoft.Net.Compilers.1.0.0

I am trying to install/restrore Microsoft.Net.Compilers.1.0.0 in VS 2017 using Nuget Package Manager. In the output it shows …

visual-studio-2017 nuget nuget-package .net-standard nuget-package-restore
NuGet packages not restore in visual studio 2017

I have Asp.netCore solution which was working fine on Visual Studio 2015 and then i moved to Visual Studio 2017. Now …

visual-studio-2017 nuget-package nuget-package-restore
Setting file properties with NuGet using .targets file

I am building a project to be installed as a NuGet package and I want to set the properties of …

visual-studio-2015 nuget nuget-package-restore nuget-spec
NuGet Package restore failed: Microsoft.Bcl.Build.Tasks.dll used by another process

NuGet Package restore failed for project MyProject.Application: The process cannot access the file 'C:\MySolution\packages\Microsoft.Bcl.Build.1.0.21\…

nuget-package-restore