Posted by: Pdfprep
Post Date: January 19, 2021
You are preparing to develop a set of libraries for a company.
The libraries must be shared across the company.
You need to create a remote NuGet feed that exposes the libraries.
What should you do? (Each answer presents part of the solution. Choose all that apply.)
A . Install the NuGet.Feed Package.
B . Install the NuGet.Server Package.
C . Configure the Packages folder located in the system.webserver section of the web application’s Web.config.
D . Create a new Empty Web Site in Visual Studio 2012.
E . Configure the Packages folder located in the appSettings section of the web application’s Web.config.
F . Add packages to the Packages folder.
G . Create a new Empty Web Application in Visual Studio 2012.
Answer: B,E,F,G
Explanation:
Leave a Reply