Developing Microsoft Azure and Web Services — Question 80
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have developed a .NET Standard Library.
You need to produce a NuGet package.
Solution: Run the NuGet pack command
Does the solution meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
The NuGet pack command is specifically designed to create NuGet packages from specified files, including .NET Standard Libraries. Therefore, the solution meets the goal. Option B is incorrect because it contradicts the functionality provided by the NuGet pack command.