- Visual Studio
- UiPath Studio
- Must be using Windows compatibility projects. Cannot use Windows-Legacy
- https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json
- https://api.nuget.org/v3/index.json
- Create local folder: C:\LocalNuget
- In Visual Studio, right click the "UiPath.Activity.Template.Windows" project in the solution.
- Click "Pack"
- Open UiPath Studio
- Click "Settings"
- Click "Manage Sources"
- Create new Source with name "Local Nuget" and Source "C:\LocalNuget"
- Open UiPath Project
- Click Manage Packages, select "Local Nuget" source. Click install on the package shown
Reminder: Each time you package the project, make sure you open the .csproj for the project in the solution. Then change the "version", going upwards. i.e "1.0.0" could become "1.0.1". This version will be how you identify the latest version of your package in UiPath Studio.