Create package from source code pushed to git

Hello all,

I am wondering if theres a way to create nupkg file from the source code(xamls,project.json) we push to github …maybe using a uipath api or any other utility by getting code from github and generating a nupkg file…

Appreciate your response.

Thanks

Hi @Divya123,

Indeed there are a few ways, you can check this:

  • A forum thread by @Andrei_Barbu explaining how to apply CI/CD concepts to the RPA development cyle:
  • A video made by UiPathMVP @anupamck about integrating GitHub with UiPath using Jenkins:
1 Like

thanks for your response, is there way of integrating with git without the use of jenkins?..building package from git…using uipath bot…something like that