UiPath Solution Architect Test Engineer Professional v1 — Question 5
In a CI/CD pipeline, which UiPath CLI command should be used to create the .nupkg package from the project?
Answer options
- A. Run
- B. Publish
- C. Deploy
- D. Pack
Correct answer: B
Explanation
The correct command is 'Publish,' as it is specifically designed to create the .nupkg package necessary for deployment. The 'Run' command is used to execute a project, 'Deploy' is for deploying an already packaged project, and 'Pack' is not a valid command in this context.