Activities
latest
false
Banner background image
Workflow Activities
Last updated Apr 22, 2024

Build

Description

The Build activity compiles the code into a NuGet package. The project referenced by the project.json is packaged into a NuGet package with the version set to the version parameter. The resulting .nupkg is saved in the local robot runtime folder. It is typically placed inside the Stage Activity.
Note:

There is a compatibility requirement between the automation projects you intend to build and the machine that runs the pipeline process.

The correct mapping is:

  • Windows-Legacy project → Build OS: Windows only
  • Windows project→ Build OS: Windows only
  • Cross-Platform project→ Build OS: Windows or Linux

Inputs

  • Project path - The path of the project.json file relative to Repository path. Typically provided by Automation Ops through Default arguments.
  • Repository path - The path to the local clone of the repository. Typically output from Clone.
  • Version - The version of the built package (e.g. "1.2.4-alpha").

Output

  • Output Path - The path to the built package. Typically used to be passed to other activities such as .
  • Description
  • Inputs
  • Output

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.