Having a build process for each solution is very useful, but we can have some errors like these:
Do you want to configure this solution to download and restore missing NuGet packages during build? Yes, of course:
A .nuget folder is added to the root of the solution.
- C:\Builds\[…]\.nuget\nuget.targets(76,9): error : Package restore is disabled by default. To give consent, open the Visual Studio Options dialog, click on Package Manager node and check ‘Allow NuGet to download missing packages during build.’ You can also give consent by setting the environment variable ‘EnableNuGetPackageRestore’ to ‘true’.
- C:\Builds\[…]\.nuget\nuget.targets(76,9): error MSB3073: The command “”C:\Builds\[…]\.nuget\nuget.exe” install “C:\Builds\[…]\packages.config” -source “” -o “C:\Builds\[…]\packages”" exited with code 1.
Do you want to configure this solution to download and restore missing NuGet packages during build? Yes, of course:
A .nuget folder is added to the root of the solution.
No comments:
Post a Comment