Exam Preparation Quiz

Question 40 of 75

Complete the Command to Upload an App to GitHub Packages

You work for MDFT Pro, a well-known training agency. The academy has developed a .NET app named ENROLL_APP for managing student enrollment. You need to upload ENROLL_APP to GitHub Packages so that other developers at the academy can use it.

How should you complete the following command to upload ENROLL_APP to GitHub packages?

dotnet ______________ "bin/Release/ENROLL_APP.1.0.0.nupkg" --api-key PAT_TOKEN --source "github"

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about NuGet package publishing:
NuGet Package Publishing
Next Question