Skip to content

Possible error on main branch #13

@luispinto85

Description

@luispinto85

Hello @SE-Abdullah,

I'm creating some pipelines for some colleagues who develop in UIPath, and I was analysing the scripts you share and I'm getting some errors. Analysing the UiPathPack.ps1 script, I noticed that when you are creating the parameters for the uipcli, it seems to me that you have an error in the project_path parameters and in the destination_folder, which is precisely where I'm getting the errors.

You have like this:
$ParamList.Add("`"$project_path`"")
$ParamList.Add("`"$destination_folder`"")

It should not be:
$ParamList.Add("`"$project_path"`")
$ParamList.Add("`"$destination_folder"`")

In addition to this topic, I'd like to congratulate you on the great help you're giving with this issue.

Best regards,
Luis Pinto

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions