QuestionQ47
DevSecOps Pipeline-Code StageDavid Paymer has worked as a senior DevSecOps engineer at an IT company for the past 5 years. His organization uses Azure DevOps services to build and deliver software products securely and quickly. David's team leader has asked him to publish a NuGet package using the command line.
If you were in David's position, which command would you use to publish the NuGet package to the feed?
- A nuget.exe push -Destination “< YOUR_FEED_NAME >” -ApiKey < ANY_STRING > < PACKAGE_PATH >
- B nuget.exe push -Source “< YOUR_FEED_NAME >” -ApiKey < ANY_STRING > < PACKAGE_PATH >
- C nuget.exe publish -Source “< YOUR_FEED_NAME >” -ApiKey < ANY_STRING > < PACKAGE_PATH >
- D nuget.exe publish -Destination “< YOUR_FEED_NAME >” -ApiKey < ANY_STRING > < PACKAGE_PATH >
Community Discussion